From cf9d6b9dffd146dc1648b2fcec62ee7ed40ba375 Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Tue, 10 Dec 2019 17:23:53 +0100 Subject: [PATCH] Change "Passwords" to singular in registration header bar --- data/ui/registration.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/ui/registration.ui b/data/ui/registration.ui index 3214328..d8458f5 100644 --- a/data/ui/registration.ui +++ b/data/ui/registration.ui @@ -250,7 +250,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="show_close_button">True</property> - <property name="title" translatable="yes">Passwords</property> + <property name="title" translatable="yes">Password</property> <child> <object class="GtkButton"> <property name="visible">True</property> -- GitLab