Rename variable for consistency
// FREEBIE
This commit is contained in:
parent
592ddc673b
commit
ceaf94e05b
2 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@
|
|||
{{ /received_at }}
|
||||
{{ #errors }}
|
||||
<tr>
|
||||
<td class='label'>{{ error-label }}</td>
|
||||
<td class='label'>{{ errorLabel }}</td>
|
||||
<td> <span class='error-message'>{{message}}</span> </td>
|
||||
</tr>
|
||||
{{ /errors }}
|
||||
|
|
|
@ -118,7 +118,7 @@
|
|||
received : i18n('received'),
|
||||
resend : i18n('resend'),
|
||||
failedToSend: i18n('failedToSend'),
|
||||
'error-label': i18n('error'),
|
||||
errorLabel : i18n('error'),
|
||||
hasRetry : hasRetry
|
||||
}));
|
||||
this.view.$el.prependTo(this.$('.message-container'));
|
||||
|
|
Loading…
Reference in a new issue