Fix reference to i18n key: Unlinked -> unlinked

This commit is contained in:
Scott Nonnenberg 2018-07-27 09:26:15 -07:00
parent d51b2b48d1
commit e9926b3a2a

View file

@ -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';