i18n key fix
don't reuse the existing #buttons.send_message key. this was passing automation, because i18n:check ran before compiling coffee files (so they were skipped) test plan: N/A, run i18n:check correctly :) Change-Id: Ib65695ea13298f21106587e673f0200aa2972612 Reviewed-on: https://gerrit.instructure.com/22226 Reviewed-by: Bryan Madsen <bryan@instructure.com> QA-Review: Bryan Madsen <bryan@instructure.com> Product-Review: Bryan Madsen <bryan@instructure.com> Tested-by: Jenkins <jenkins@instructure.com>
This commit is contained in:
parent
466b2a636b
commit
0069b066a0
|
@ -64,7 +64,7 @@ define [
|
|||
text: I18n.t '#buttons.cancel', 'Cancel'
|
||||
click: @cancel
|
||||
,
|
||||
text: I18n.t '#buttons.send_message', 'Send'
|
||||
text: I18n.t '#buttons.send', 'Send'
|
||||
'class' : 'btn-primary send-message'
|
||||
'data-track-category': "Compose Message"
|
||||
'data-track-action' : "Edit"
|
||||
|
|
Loading…
Reference in New Issue