Skip to content

Commit

Permalink
Correct slow restart message (#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieburchell authored Feb 25, 2024
1 parent f278494 commit 7ab2cb0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h3 class="primary-text" [translate]="'platform.linux.restart.title_restarting_s
<p class="grey-text" *ngIf="error">{{ error }}</p>
<div *ngIf="timeout">
<p class="grey-text" [translate]="'platform.linux.restart.message_server_taking_long_time_to_restart'">Server
restart is taking a long time. You may need to bring up the server back up manually.</p>
restart is taking a long time. You may need to bring up the server manually.</p>
</div>
</div>
</div>
4 changes: 2 additions & 2 deletions ui/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"platform.docker.startup_script.toast_title_script_saved": "Startup Script Saved",
"platform.linux.restart.confirmation": "Are you sure you want to reboot your operating system?",
"platform.linux.restart.message_please_wait_while_server_restarts": "Please wait, this page will automatically redirect when the Homebridge is back online.",
"platform.linux.restart.message_server_taking_long_time_to_restart": "Server restart is taking a long time. You may need to bring up the server back up manually.",
"platform.linux.restart.message_server_taking_long_time_to_restart": "Server restart is taking a long time. You may need to bring up the server manually.",
"platform.linux.restart.title_restarting_server": "Restarting Server",
"platform.linux.restart.toast_server_restart_error": "An error occurred sending the restart command to the server",
"platform.linux.restart.toast_server_restarted": "Server Restarted",
Expand Down Expand Up @@ -450,4 +450,4 @@
"users.toast_failed_to_delete_user": "Failed to Delete user",
"users.toast_updated_user": "User Updated",
"users.toast_user_deleted": "User Deleted"
}
}
4 changes: 2 additions & 2 deletions ui/src/i18n/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"platform.docker.startup_script.toast_title_script_saved": "Startup Script Saved",
"platform.linux.restart.confirmation": "האם אתה בטוח שאתה רוצה לאתחל את מערכת ההפעלה שלך?",
"platform.linux.restart.message_please_wait_while_server_restarts": "Please wait, this page will automatically redirect when the Homebridge is back online.",
"platform.linux.restart.message_server_taking_long_time_to_restart": "Server restart is taking a long time. You may need to bring up the server back up manually.",
"platform.linux.restart.message_server_taking_long_time_to_restart": "Server restart is taking a long time. You may need to bring up the server manually.",
"platform.linux.restart.title_restarting_server": "מאתחל שרת",
"platform.linux.restart.toast_server_restart_error": "An error occured sending the restart command to the server",
"platform.linux.restart.toast_server_restarted": "שרת אותחל",
Expand Down Expand Up @@ -450,4 +450,4 @@
"users.toast_failed_to_delete_user": "כשלון במחיקת משתמש",
"users.toast_updated_user": "משתמש עודכן",
"users.toast_user_deleted": "משתמש נמחק"
}
}
4 changes: 2 additions & 2 deletions ui/src/i18n/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"platform.docker.startup_script.toast_title_script_saved": "Startup Script elmentve",
"platform.linux.restart.confirmation": "Are you sure you want to reboot your operating system?",
"platform.linux.restart.message_please_wait_while_server_restarts": "Please wait, this page will automatically redirect when the Homebridge is back online.",
"platform.linux.restart.message_server_taking_long_time_to_restart": "Server restart is taking a long time. You may need to bring up the server back up manually.",
"platform.linux.restart.message_server_taking_long_time_to_restart": "Server restart is taking a long time. You may need to bring up the server manually.",
"platform.linux.restart.title_restarting_server": "Szerver újraindul",
"platform.linux.restart.toast_server_restart_error": "Valami probléma történt az újraintás utasítása közben",
"platform.linux.restart.toast_server_restarted": "Szerver újraindítva",
Expand Down Expand Up @@ -450,4 +450,4 @@
"users.toast_failed_to_delete_user": "Probléma törléskor",
"users.toast_updated_user": "Felhasználó frissítve",
"users.toast_user_deleted": "Felhasználó törölve"
}
}

0 comments on commit 7ab2cb0

Please sign in to comment.