-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
feat(mobile): add confirmation dialogs to delete action buttons #25113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -847,7 +847,7 @@ | |
| "default_locale": "Default Locale", | ||
| "default_locale_description": "Format dates and numbers based on your browser locale", | ||
| "delete": "Delete", | ||
| "delete_action_confirmation_message": "Are you sure you want to delete this asset? This action will move the asset to the server's trash and will prompt if you want to delete it locally", | ||
| "delete_action_confirmation_message": "This will move the item to Trash and remove any local copies from your device.", | ||
| "delete_action_prompt": "{count} deleted", | ||
| "delete_album": "Delete album", | ||
| "delete_api_key_prompt": "Are you sure you want to delete this API key?", | ||
|
|
@@ -867,6 +867,7 @@ | |
| "delete_local_dialog_ok_force": "Delete Anyway", | ||
| "delete_others": "Delete others", | ||
| "delete_permanently": "Delete permanently", | ||
| "delete_permanently_action_confirmation_message": "Are you sure you want to permanently delete this asset? This action cannot be undone.", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why not
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. My bad.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pass the total number of assets as the count and the translation will be resolved accordingly to the singular or multiple variant
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry, I didnt put |
||
| "delete_permanently_action_prompt": "{count} deleted permanently", | ||
| "delete_shared_link": "Delete shared link", | ||
| "delete_shared_link_dialog_title": "Delete Shared Link", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.