fix: change button text on warning

As "I agree" is an odd way to signal acknowledgement of a warning,
change button text to the more standard "Ok".
This commit is contained in:
salarua 2022-09-21 14:07:30 -07:00
parent 277d547db2
commit cc375e9850

View file

@ -74,7 +74,7 @@ template GradienceWelcomeWindow: Adw.Window {
Gtk.Button btn_agree {
styles ["suggested-action", "pill"]
label: _("I agree");
label: _("Ok");
use-underline: true;
halign: center;
}