mirror of
https://github.com/edu4rdshl/Strata.git
synced 2026-07-17 23:24:46 +00:00
extension: clearer wording in the daemon-missing notification
"Daemon not installed" reads better than "daemon not found", and pointing to the project page matches the homepage URL EGO already exposes on the listing.
This commit is contained in:
parent
8943136384
commit
28b68b4dc4
1 changed files with 2 additions and 2 deletions
|
|
@ -317,8 +317,8 @@ export default class StrataExtension extends Extension {
|
|||
Main.messageTray.add(source);
|
||||
const notification = new MessageTray.Notification({
|
||||
source,
|
||||
title: 'Strata: daemon not found',
|
||||
body: 'Install the strata-daemon package to enable clipboard history.',
|
||||
title: 'Strata: daemon not installed',
|
||||
body: 'Install the strata-daemon package. See the project page for instructions.',
|
||||
urgency: MessageTray.Urgency.HIGH,
|
||||
});
|
||||
source.addNotification(notification);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue