mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 11:13:38 +08:00
Add explicit confirm button text on post abandon
This commit is contained in:
parent
1992271bf9
commit
6bab39b9cd
|
@ -904,7 +904,10 @@ en:
|
|||
image_upload_not_allowed_for_new_user: "Sorry, new users can not upload images."
|
||||
attachment_upload_not_allowed_for_new_user: "Sorry, new users can not upload attachments."
|
||||
|
||||
abandon: "Are you sure you want to abandon your post?"
|
||||
abandon:
|
||||
confirm: "Are you sure you want to abandon your post?"
|
||||
yes_value: "Yes, abandon"
|
||||
no_value: "No, keep"
|
||||
|
||||
archetypes:
|
||||
save: 'Save Options'
|
||||
|
|
Loading…
Reference in New Issue
Block a user