This commit is contained in:
Max Goedjen
2024-01-04 18:07:45 -08:00
parent 0f7f16d6cb
commit 116569d072
2 changed files with 22 additions and 22 deletions

View File

@@ -33,10 +33,10 @@ struct SecretListItemView: View {
.contextMenu {
if store is AnySecretStoreModifiable {
Button(action: { isRenaming = true }) {
Text("Rename")
Text("secret_list_rename_button")
}
Button(action: { isDeleting = true }) {
Text("Delete")
Text("secret_list_delete_button")
}
}
}