mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
remove redundant success message
This commit is contained in:
@@ -101,7 +101,7 @@ export class ServiceHealthCheckComponent {
|
||||
case 'starting':
|
||||
return this.i18n.transform('Starting')!
|
||||
case 'success':
|
||||
return `${this.i18n.transform('Success')}: ${message || 'health check passing'}`
|
||||
return message || this.i18n.transform('Success')!
|
||||
case 'waiting':
|
||||
return message
|
||||
? `${this.i18n.transform('Waiting on')} ${message}...`
|
||||
|
||||
Reference in New Issue
Block a user