user-accounts: Rename "Last Login" entry to "Account Activity"
According to the mockups at https://gitlab.gnome.org/Teams/Design/settings-mockups/raw/master/users/users.png Other than renaming the label, we prepend "Last login" to the date-time string. Fixes #771
This commit is contained in:
parent
6db4d9e933
commit
8a1c6f696e
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@
|
|||
<object class="GtkLabel">
|
||||
<property name="visible">True</property>
|
||||
<property name="xalign">1</property>
|
||||
<property name="label" translatable="yes">Last Login</property>
|
||||
<property name="label" translatable="yes">Account Activity</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">last_login_button_label</property>
|
||||
</object>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue