fix(i18n): correct misspelled translation keys and their usages

This commit is contained in:
Gauvain
2026-07-15 00:20:15 +02:00
parent 2df160adb7
commit fcb43c0be8
8 changed files with 15 additions and 15 deletions

View File

@@ -58,7 +58,7 @@ export const QuickConnect: React.FC<Props> = ({ ...props }) => {
successHapticFeedback();
Alert.alert(
t("home.settings.quick_connect.success"),
t("home.settings.quick_connect.quick_connect_autorized"),
t("home.settings.quick_connect.quick_connect_authorized"),
);
setQuickConnectCode(undefined);
bottomSheetModalRef?.current?.close();