Skip to content

Commit

Permalink
change translation key on onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaomiDEV committed Feb 3, 2025
1 parent 7218e15 commit 022adf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/onboarding/1-Import.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import { getTables } from '../../lib/db';
</IonButton>

<IonButton @click="importFromPluralKit">
{{ $t("onboarding:importScreen.prevInstall") }}
{{ $t("onboarding:importScreen.pluralKit") }}
</IonButton>

<IonButton fill="clear" @click="router.replace('/onboarding/system/', slideAnimation)">
Expand Down

0 comments on commit 022adf1

Please sign in to comment.