login: Mark strings as translatable
This commit is contained in:
parent
a190f17ea3
commit
6ae4c6e846
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@
|
|||
<class name="pill"/>
|
||||
</style>
|
||||
<property name="halign">center</property>
|
||||
<property name="label">Advanced…</property>
|
||||
<property name="label" translatable="yes">Advanced…</property>
|
||||
<property name="action-name">login.open-advanced</property>
|
||||
</object>
|
||||
</child>
|
||||
|
@ -208,7 +208,7 @@
|
|||
<class name="pill"/>
|
||||
</style>
|
||||
<property name="halign">center</property>
|
||||
<property name="label">More SSO Providers</property>
|
||||
<property name="label" translatable="yes">More SSO Providers</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
|
Loading…
Reference in a new issue