Skip to content

Commit

Permalink
Toast messages update (#1602)
Browse files Browse the repository at this point in the history
* messages updated

* lingui extract

Co-authored-by: GitHub Actions <actions@github.com>
Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 4, 2021
1 parent 8ed0aa7 commit 3d99fe9
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const CSFFileBrowser: React.FC<IFileBrowserModuleProps> = () => {
}).then(() => {
if (!hideToast) {
addToast({
title: t`Data deleted successfully`,
title: t`Data moved to bin successfully`,
type: "success",
testId: "deletion-success"
})
Expand Down
3 changes: 3 additions & 0 deletions packages/files-ui/src/locales/de/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ msgstr ""
msgid "Data moved successfully"
msgstr ""

msgid "Data moved to bin successfully"
msgstr ""

msgid "Data restored successfully"
msgstr ""

Expand Down
3 changes: 3 additions & 0 deletions packages/files-ui/src/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ msgstr "Data deleted successfully"
msgid "Data moved successfully"
msgstr "Data moved successfully"

msgid "Data moved to bin successfully"
msgstr "Data moved to bin successfully"

msgid "Data restored successfully"
msgstr "Data restored successfully"

Expand Down
3 changes: 3 additions & 0 deletions packages/files-ui/src/locales/es/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ msgstr ""
msgid "Data moved successfully"
msgstr ""

msgid "Data moved to bin successfully"
msgstr ""

msgid "Data restored successfully"
msgstr ""

Expand Down
3 changes: 3 additions & 0 deletions packages/files-ui/src/locales/fr/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ msgstr ""
msgid "Data moved successfully"
msgstr ""

msgid "Data moved to bin successfully"
msgstr ""

msgid "Data restored successfully"
msgstr ""

Expand Down
3 changes: 3 additions & 0 deletions packages/files-ui/src/locales/no/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ msgstr ""
msgid "Data moved successfully"
msgstr ""

msgid "Data moved to bin successfully"
msgstr ""

msgid "Data restored successfully"
msgstr ""

Expand Down

0 comments on commit 3d99fe9

Please sign in to comment.