Skip to content

Commit

Permalink
changed 'tilbake' to 'Forrige'
Browse files Browse the repository at this point in the history
  • Loading branch information
framitdavid committed Feb 28, 2025
1 parent ed9eaf8 commit 3d9c3f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ await _fileSyncHandlerExecutor.ExecuteWithExceptionHandlingAndConditionalNotific
TextResource jsonTexts = await repository.GetTextV1("nb");
int initialCount = jsonTexts.Resources.Count;
AddTextResourceIfNotExists(jsonTexts.Resources, "next", "Neste");
AddTextResourceIfNotExists(jsonTexts.Resources, "back", "Tilbake");
AddTextResourceIfNotExists(jsonTexts.Resources, "back", "Forrige");

if (jsonTexts.Resources.Count != initialCount)
{
Expand Down

0 comments on commit 3d9c3f8

Please sign in to comment.