-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add toast on mint event and revalidate path (#403)
Signed-off-by: Jeroen Branje <[email protected]>
- Loading branch information
1 parent
93f7c15
commit 6b3eb5a
Showing
4 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
apps/envited.ascs.digital/modules/AddAssets/locales/de_DE.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"[Heading] add assets": "Add assets", | ||
"[Label] select assets": "Select assets", | ||
"[Label] select assets": "Select and validate assets before uploading", | ||
"[Button] upload assets": "Upload assets", | ||
"[Error] invalid asset found": "Invalid asset(s) found.", | ||
"[Success] assets are uploaded": "All assets are uploaded." | ||
"[Success] assets are uploaded": "All assets are uploaded.", | ||
"[Notification] assets are uploaded": "All asset(s) are uploaded.", | ||
"[Notification] invalid asset found": "Asset(s) are not uploaded" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters