From 28369e5222d78ebcb0dd1dd029220eb85525cb4e Mon Sep 17 00:00:00 2001 From: Antonio Ventilii Date: Fri, 25 Oct 2024 14:20:57 +0200 Subject: [PATCH] revert: alt --- src/frontend/src/lib/i18n/en.json | 3 --- src/frontend/src/lib/types/i18n.d.ts | 1 - 2 files changed, 4 deletions(-) diff --git a/src/frontend/src/lib/i18n/en.json b/src/frontend/src/lib/i18n/en.json index 491f1d96f9..cb00009cf8 100644 --- a/src/frontend/src/lib/i18n/en.json +++ b/src/frontend/src/lib/i18n/en.json @@ -752,9 +752,6 @@ "assignment": "11. Assignment. 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": "12. No Waiver. 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": "13. English Version. 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" } } } diff --git a/src/frontend/src/lib/types/i18n.d.ts b/src/frontend/src/lib/types/i18n.d.ts index 2e4c202290..f447d02c8f 100644 --- a/src/frontend/src/lib/types/i18n.d.ts +++ b/src/frontend/src/lib/types/i18n.d.ts @@ -657,7 +657,6 @@ interface I18nLicense_agreement { no_waiver: string; english_version: string; }; - alt: { license_agreement: string }; } interface I18n {