chore(app): missing i18n strings

This commit is contained in:
adamelmore
2026-01-26 12:18:10 -06:00
parent 319ad2a391
commit 97aec21cb3
9 changed files with 161 additions and 102 deletions

View File

@@ -530,12 +530,12 @@ export const SessionReview = (props: SessionReviewProps) => {
<Switch>
<Match when={isAdded()}>
<span data-slot="session-review-change" data-type="added">
Added
{i18n.t("ui.sessionReview.change.added")}
</span>
</Match>
<Match when={isDeleted()}>
<span data-slot="session-review-change" data-type="removed">
Removed
{i18n.t("ui.sessionReview.change.removed")}
</span>
</Match>
<Match when={true}>