mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update text
This commit is contained in:
parent
b43195c9aa
commit
9074b4bea3
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
|||
</div>
|
||||
<div class="skip">
|
||||
<paper-button raised class="cancel block btnSkipConnect"><iron-icon icon="close"></iron-icon><span>${ButtonSkip}</span></paper-button>
|
||||
<div class="fieldDescription">${TextConnectToServerManually}</div>
|
||||
<div class="fieldDescription" style="text-align:center;">${TextConnectToServerManually}</div>
|
||||
</div>
|
||||
|
||||
<div class="newUsers" style="margin-top:2em;">
|
||||
|
|
4
dashboard-ui/cordova/registrationservices.js
vendored
4
dashboard-ui/cordova/registrationservices.js
vendored
|
@ -216,7 +216,7 @@
|
|||
|
||||
Dashboard.getPluginSecurityInfo().done(function (pluginSecurityInfo) {
|
||||
|
||||
if (!pluginSecurityInfo.IsMBSupporter) {
|
||||
if (pluginSecurityInfo.IsMBSupporter) {
|
||||
deferred.resolve();
|
||||
return;
|
||||
}
|
||||
|
@ -227,7 +227,7 @@
|
|||
|
||||
Dashboard.hideLoadingMsg();
|
||||
|
||||
if (!registrationInfo.IsRegistered) {
|
||||
if (registrationInfo.IsRegistered) {
|
||||
deferred.resolve();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue