🌐 ags(bar/apps): use new translation key

This commit is contained in:
retrozinndev
2025-04-23 20:42:10 -03:00
parent a1a5dbf4df
commit dd3a962340
+1 -1
View File
@@ -10,7 +10,7 @@ export function Apps(): Gtk.Widget {
Object.hasOwn(openWindows, "apps-window") ? "apps open" : "apps"),
child: new Widget.Box({
child: new Widget.Icon({
tooltipText: tr("bar.apps.tooltip"),
tooltipText: tr("apps"),
icon: "applications-other-symbolic",
halign: Gtk.Align.CENTER,
hexpand: true