Use "Sending..." instead of "Posting..." for new conversation.
This commit is contained in:
parent
99751af5a8
commit
e4a81fbc8a
2 changed files with 2 additions and 1 deletions
|
|
@ -51,4 +51,4 @@
|
||||||
|
|
||||||
.bottom_submit_section
|
.bottom_submit_section
|
||||||
= submit_tag t('cancel'), :class => 'button', :type => :reset, :rel => "close", :confirm => t('.abandon_changes')
|
= submit_tag t('cancel'), :class => 'button', :type => :reset, :rel => "close", :confirm => t('.abandon_changes')
|
||||||
= conversation.submit t('.send'), :disable_with => t('shared.publisher.posting'), :class => 'button creation'
|
= conversation.submit t('.send'), :disable_with => t('.sending'), :class => 'button creation'
|
||||||
|
|
|
||||||
|
|
@ -234,6 +234,7 @@ en:
|
||||||
to: "to"
|
to: "to"
|
||||||
subject: "subject"
|
subject: "subject"
|
||||||
send: "Send"
|
send: "Send"
|
||||||
|
sending: "Sending..."
|
||||||
abandon_changes: "Abandon changes?"
|
abandon_changes: "Abandon changes?"
|
||||||
helper:
|
helper:
|
||||||
new_messages:
|
new_messages:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue