diff --git a/src/ui/setup.vala b/src/ui/setup.vala index c57afef..74a428b 100644 --- a/src/ui/setup.vala +++ b/src/ui/setup.vala @@ -119,7 +119,7 @@ public class Ui.Setup : Adw.PreferencesDialog { public void save () { this.authn_can_edit = false; - Secret.password_store.begin (secret_schema, null, "Subsonic password", this.password, null, (obj, res) => { + Secret.password_store.begin (secret_schema, null, "Audrey Subsonic password", this.password, null, (obj, res) => { try { Secret.password_store.end (res); } catch (Error e) {