Skip to content

Commit

Permalink
More strings
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Dec 8, 2024
1 parent b38e96c commit 9623e98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LiftLog.Ui/Pages/Settings/ManageSessionPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
protected override void OnInitialized()
{
base.OnInitialized();
Dispatcher.Dispatch(new SetPageTitleAction("Manage Session"));
Dispatcher.Dispatch(new SetPageTitleAction(UiStrings.ManageWorkoutTitle));
var backPath = "/settings/manage-workouts?planId=" + PlanId;
Dispatcher.Dispatch(new SetBackNavigationUrlAction(backPath));
if (ProgramState.Value.GetSessionBlueprints(PlanId).Count - 1 < SessionIndex)
Expand Down
4 changes: 4 additions & 0 deletions LiftLog.Ui/i18n/UiStrings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1177,4 +1177,8 @@
<value>Submit translations for parts of the app!</value>
<comment/>
</data>
<data name="ManageWorkoutTitle" xml:space="preserve">
<value>Manage workout</value>
<comment/>
</data>
</root>

0 comments on commit 9623e98

Please sign in to comment.