mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
Applied i18n strings to missing parts in app extension
This commit is contained in:
@@ -35,10 +35,15 @@ namespace Bit.iOS.Extension
|
||||
public async override void ViewDidLoad()
|
||||
{
|
||||
base.ViewDidLoad();
|
||||
NavItem.Title = AppResources.Sites;
|
||||
if(!CanAutoFill())
|
||||
{
|
||||
CancelBarButton.Title = AppResources.Close;
|
||||
}
|
||||
else
|
||||
{
|
||||
CancelBarButton.Title = AppResources.Cancel;
|
||||
}
|
||||
|
||||
TableView.RowHeight = UITableView.AutomaticDimension;
|
||||
TableView.EstimatedRowHeight = 44;
|
||||
|
||||
Reference in New Issue
Block a user