mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Funky 'dismiss' button for app notification ... let's go for 'understood' instead ...
This commit is contained in:
parent
da75347810
commit
a3558f54e3
3 changed files with 5 additions and 5 deletions
|
@ -67,7 +67,7 @@
|
|||
"title": "Admin doc"
|
||||
},
|
||||
"notifications": {
|
||||
"dismiss": "Dismiss",
|
||||
"understood": "Understood",
|
||||
"title": "Notifications",
|
||||
"post_upgrade": "Post-upgrade notes",
|
||||
"post_install": "Post-install notes"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
@click="dismissNotification('post_install')"
|
||||
>
|
||||
<icon iname="check" />
|
||||
{{ $t('app.doc.notifications.dismiss') }}
|
||||
{{ $t('app.doc.notifications.understood') }}
|
||||
</b-button>
|
||||
</div>
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
|||
@click="dismissNotification('post_upgrade')"
|
||||
>
|
||||
<icon iname="check" />
|
||||
{{ $t('app.doc.notifications.dismiss') }}
|
||||
{{ $t('app.doc.notifications.understood') }}
|
||||
</b-button>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue