diff --git a/AuthenticatorShared/UI/Vault/ItemList/ItemList/ItemListView.swift b/AuthenticatorShared/UI/Vault/ItemList/ItemList/ItemListView.swift index 1260d780..05f50110 100644 --- a/AuthenticatorShared/UI/Vault/ItemList/ItemList/ItemListView.swift +++ b/AuthenticatorShared/UI/Vault/ItemList/ItemList/ItemListView.swift @@ -19,7 +19,7 @@ struct ItemListView: View { var body: some View { content - .navigationTitle("Item List") + .navigationTitle(Localizations.verificationCodes) .navigationBarTitleDisplayMode(.inline) .background(Asset.Colors.backgroundSecondary.swiftUIColor.ignoresSafeArea()) .toolbar {