Add i18n message descriptions

This commit is contained in:
hensm
2019-05-16 04:32:32 +01:00
parent 09d317c0a9
commit a97e14cb31
3 changed files with 115 additions and 15 deletions

View File

@@ -187,10 +187,10 @@ class ReceiverEntry extends Component<ReceiverEntryProps, ReceiverEntryState> {
onClick={ this.handleCast }
disabled={this.props.isLoading}>
{ this.state.isLoading
? _("popupCastingButtonTitle") +
(this.state.isLoading
? this.state.ellipsis
: "")
? _("popupCastingButtonTitle"
, (this.state.isLoading
? this.state.ellipsis
: ""))
: _("popupCastButtonTitle") }
</button>
</li>