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