Compare commits
1 Commits
update2025
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac178e60e0 |
@@ -28,7 +28,7 @@ namespace FoodsharingSiegen.Shared.Helper
|
|||||||
InteractionType.Verify => "Verifizierung",
|
InteractionType.Verify => "Verifizierung",
|
||||||
InteractionType.Complete => "Fertig",
|
InteractionType.Complete => "Fertig",
|
||||||
InteractionType.StepInBriefing => appSettings.Terms.StepInName ?? "StepIn",
|
InteractionType.StepInBriefing => appSettings.Terms.StepInName ?? "StepIn",
|
||||||
InteractionType.ReleasedForVerification => "Freigabe zum Freischalten",
|
InteractionType.ReleasedForVerification => "Freigabe Freischalten",
|
||||||
_ => type.ToString()
|
_ => type.ToString()
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user