mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-23 22:45:06 -04:00
Fixed: Bulk UI cleanup, fixes and consistency improvements (#1959)
This commit is contained in:
committed by
Leonardo Galli
parent
4d8a270170
commit
0c8e264668
@@ -131,7 +131,7 @@ module.exports = Marionette.Layout.extend({
|
||||
});
|
||||
|
||||
Messenger.show({
|
||||
message : 'Radarr will shutdown shortly',
|
||||
message : 'Radarr will shutdown shortly.',
|
||||
type : 'info'
|
||||
});
|
||||
},
|
||||
@@ -143,7 +143,7 @@ module.exports = Marionette.Layout.extend({
|
||||
});
|
||||
|
||||
Messenger.show({
|
||||
message : 'Radarr will restart shortly',
|
||||
message : 'Radarr will restart shortly.',
|
||||
type : 'info'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user