Commit 5177efbf authored by dszidi's avatar dszidi Committed by pkgdemon
Browse files

Even better punctuation

parent 01b44b70
Showing with 1 addition and 1 deletion
+1 -1
......@@ -628,7 +628,7 @@ export class UpdateComponent implements OnInit, OnDestroy {
this.router.navigate([this.router.url +'/manualupdate']);
break;
case 'applyPending':
let message = this.isHA ? "The standby controller will be automatically restarted to finalize the update. Apply updates and restart the standby controller." : "The system will reboot and be briefly unavailable while applying updates. Apply updates and reboot?";
let message = this.isHA ? "The standby controller will be automatically restarted to finalize the update. Apply updates and restart the standby controller?" : "The system will reboot and be briefly unavailable while applying updates. Apply updates and reboot?";
this.dialogService.confirm(
T("Apply Pending Updates"), T(message)
).subscribe((res)=>{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment