mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
NoOrgsToList
This commit is contained in:
parent
0d5f5ec9ba
commit
f3edae9bb1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
<StackLayout StyleClass="box">
|
<StackLayout StyleClass="box">
|
||||||
<StackLayout StyleClass="box-row"
|
<StackLayout StyleClass="box-row"
|
||||||
IsVisible="{Binding HasOrganizations, Converter={StaticResource inverseBool}}">
|
IsVisible="{Binding HasOrganizations, Converter={StaticResource inverseBool}}">
|
||||||
<Label Text="{u:I18n NoOrganizationsToList}" />
|
<Label Text="{u:I18n NoOrgsToList}" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
<StackLayout StyleClass="box-row, box-row-input">
|
<StackLayout StyleClass="box-row, box-row-input">
|
||||||
<Label
|
<Label
|
||||||
|
|
Loading…
Reference in a new issue