Various fixes

This commit is contained in:
Ilya Laktyushin
2023-08-09 18:34:33 +02:00
parent a80709842e
commit c38baf1ca0
6 changed files with 19 additions and 7 deletions

View File

@@ -359,7 +359,7 @@ private final class StoriesListComponent: CombinedComponent {
component: AnyComponent(ParagraphComponent(
title: "Stealth Mode",
titleColor: titleColor,
text: "Hide the fact that you viewd other people's stories.",
text: "Hide the fact that you viewed other people's stories.",
textColor: textColor,
iconName: "Premium/Stories/Stealth",
iconColor: colors[1]
@@ -373,7 +373,7 @@ private final class StoriesListComponent: CombinedComponent {
component: AnyComponent(ParagraphComponent(
title: "Permanent Views History",
titleColor: titleColor,
text: "Check who opens your stories - even after they expire.",
text: "Check who opens your stories even after they expire.",
textColor: textColor,
iconName: "Premium/Stories/Views",
iconColor: colors[2]