Skip to content

Commit

Permalink
revert: alt
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioVentilii committed Oct 25, 2024
1 parent ba81945 commit 28369e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/frontend/src/lib/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -752,9 +752,6 @@
"assignment": "<strong>11. Assignment.</strong> You may not assign this License Agreement without the prior written consent of DFINITY, whether expressly or by operation of law, including in connection with a merger or change of control, and any such attempted assignment shall be void and of no effect. DFINITY may assign this License Agreement without restriction and without any notice to you. Subject to the foregoing, this License Agreement shall be binding on the parties and their respective successors and permitted assigns.",
"no_waiver": "<strong>12. No Waiver.</strong> The failure to exercise, or delay in exercising, a right, power, or remedy provided in this License Agreement or by law shall not constitute a waiver of that right, power, or remedy. DFINITY’s waiver of any obligation or breach of this License Agreement shall not operate as a waiver of any other obligation or subsequent breach of the License Agreement.",
"english_version": "<strong>13. English Version.</strong> The English language version of this License Agreement shall be the official and controlling version of the agreement if any conflict should arise. All communications and notices made pursuant to this License Agreement must be in the English language."
},
"alt": {
"license_agreement": "The $oisy_name License Agreement"
}
}
}
1 change: 0 additions & 1 deletion src/frontend/src/lib/types/i18n.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,6 @@ interface I18nLicense_agreement {
no_waiver: string;
english_version: string;
};
alt: { license_agreement: string };
}

interface I18n {
Expand Down

0 comments on commit 28369e5

Please sign in to comment.