Fix reference to i18n key: Unlinked -> unlinked
This commit is contained in:
parent
d51b2b48d1
commit
e9926b3a2a
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
||||||
instructions = i18n('checkNetworkConnection');
|
instructions = i18n('checkNetworkConnection');
|
||||||
} else if (!Whisper.Registration.isDone()) {
|
} else if (!Whisper.Registration.isDone()) {
|
||||||
hasInterruption = true;
|
hasInterruption = true;
|
||||||
message = i18n('Unlinked');
|
message = i18n('unlinked');
|
||||||
instructions = i18n('unlinkedWarning');
|
instructions = i18n('unlinkedWarning');
|
||||||
action = i18n('relink');
|
action = i18n('relink');
|
||||||
buttonClass = 'openInstaller';
|
buttonClass = 'openInstaller';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue