Skip to content

Commit

Permalink
refactor: Changed 'Tilbake' to 'Forrige' (#14838)
Browse files Browse the repository at this point in the history
  • Loading branch information
framitdavid authored Feb 28, 2025
1 parent 2665083 commit 39ea082
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 39ea082

Please sign in to comment.