Skip to content

Commit

Permalink
Fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Feb 9, 2024
1 parent 8f680f7 commit 7e21d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ ${t("experimental.tor.disabled.msg2")}`;
onPress: () => {},
},
{
text: t("LN.LSP.setDialog.accept"),
text: t("LN.LSP.setDialog.acept"),
onPress: async (text) => {
if (text === dunderServer) {
return;
Expand Down

0 comments on commit 7e21d89

Please sign in to comment.