workspace-indicator: Don't mention "top bar" in prefs

The preferences will be shared with the window-list extension,
so avoid mentioning a specific placement.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/344>
This commit is contained in:
Florian Müllner
2024-10-11 12:13:05 +02:00
parent 1459e3d6f9
commit fc265fbe59

View File

@@ -26,7 +26,7 @@ class GeneralGroup extends Adw.PreferencesGroup {
super();
const row = new Adw.SwitchRow({
title: _('Show Previews In Top Bar'),
title: _('Show Previews'),
});
this.add(row);