mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 18:13:39 +08:00
DEV: remove composer.modal_cancel translation key (#27445)
This commit is contained in:
parent
0a2926ae03
commit
3ae2e039c3
|
@ -67,7 +67,7 @@
|
|||
|
||||
<DButton
|
||||
@action={{@closeModal}}
|
||||
@label="composer.modal_cancel"
|
||||
@label="composer.cancel"
|
||||
class="btn-danger"
|
||||
/>
|
||||
</:footer>
|
||||
|
|
|
@ -2599,7 +2599,6 @@ en:
|
|||
show_toolbar: "show composer toolbar"
|
||||
hide_toolbar: "hide composer toolbar"
|
||||
modal_ok: "OK"
|
||||
modal_cancel: "Cancel"
|
||||
cant_send_pm: "Sorry, you can't send a message to %{username}."
|
||||
create_message_error: "Sorry, there was an error creating that message. Please try again."
|
||||
yourself_confirm:
|
||||
|
|
Loading…
Reference in New Issue
Block a user