From a3558f54e30c4fc7b9d41d26f1423b14d4c8dc2b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 28 May 2023 22:31:05 +0200 Subject: [PATCH] Funky 'dismiss' button for app notification ... let's go for 'understood' instead ... --- app/src/i18n/locales/en.json | 2 +- app/src/i18n/locales/fr.json | 4 ++-- app/src/views/app/AppInfo.vue | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index 1cfe4502..fb37f31c 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -67,7 +67,7 @@ "title": "Admin doc" }, "notifications": { - "dismiss": "Dismiss", + "understood": "Understood", "title": "Notifications", "post_upgrade": "Post-upgrade notes", "post_install": "Post-install notes" diff --git a/app/src/i18n/locales/fr.json b/app/src/i18n/locales/fr.json index 9f1e6b49..981b30f4 100644 --- a/app/src/i18n/locales/fr.json +++ b/app/src/i18n/locales/fr.json @@ -501,7 +501,7 @@ "change_url": "Modifier l'URL d'accès de '{name}'", "change_label": "Changer le libellé de '{prevName}' par '{nextName}'", "action_config": "Exécuter l'action '{action}' de configuration de l'application '{name}'", - "dismiss_notification": "Notification de rejet pour '{name}'" + "dismiss_notification": "Congédier la notification pour '{name}'" }, "reconnecting": "Reconnexion", "settings": { @@ -626,7 +626,7 @@ "title": "Documentation de l'administrateur" }, "notifications": { - "dismiss": "Rejeter/Annuler", + "understood": "Compris", "title": "Notifications", "post_upgrade": "Remarques suite à la mise à niveau", "post_install": "Remarques suite à l'installation" diff --git a/app/src/views/app/AppInfo.vue b/app/src/views/app/AppInfo.vue index 6989946f..6b8a85c6 100644 --- a/app/src/views/app/AppInfo.vue +++ b/app/src/views/app/AppInfo.vue @@ -13,7 +13,7 @@ @click="dismissNotification('post_install')" > - {{ $t('app.doc.notifications.dismiss') }} + {{ $t('app.doc.notifications.understood') }} @@ -33,7 +33,7 @@ @click="dismissNotification('post_upgrade')" > - {{ $t('app.doc.notifications.dismiss') }} + {{ $t('app.doc.notifications.understood') }}