Skip to content

Commit

Permalink
fix: Change wording for announcements "don't show again" button
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Oct 30, 2024
1 parent 9c7c57b commit 164ba6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,6 @@
},
"AnnouncementsDialogContent": {
"dateFormat": "MM/DD/YYYY",
"skip": "Don't show again"
"skip": "Message seen"
}
}
2 changes: 1 addition & 1 deletion src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,6 @@
},
"AnnouncementsDialogContent": {
"dateFormat": "DD/MM/YYYY",
"skip": "Ne plus afficher"
"skip": "Message lu"
}
}

0 comments on commit 164ba6e

Please sign in to comment.