diff --git a/Localizations/Localizable.strings b/Localizations/Localizable.strings index 7d48357..2852c04 100644 --- a/Localizations/Localizable.strings +++ b/Localizations/Localizable.strings @@ -149,10 +149,10 @@ "identities.pending" = "Pending"; "lists.new-list-title" = "New List Title"; "load-more" = "Load More"; -"load-more.above.accessibility-label.post" = "Load posts from post above"; -"load-more.above.accessibility-label.toot" = "Load toots from toot above"; -"load-more.below.accessibility-label.post" = "Load posts from post below"; -"load-more.below.accessibility-label.toot" = "Load toots from toot below"; +"load-more.above.accessibility.post" = "Load from post above"; +"load-more.above.accessibility.toot" = "Load from toot above"; +"load-more.below.accessibility.post" = "Load from post below"; +"load-more.below.accessibility.toot" = "Load from toot below"; "main-navigation.timelines" = "Timelines"; "main-navigation.explore" = "Explore"; "main-navigation.notifications" = "Notifications"; diff --git a/Views/UIKit/Content Views/LoadMoreView.swift b/Views/UIKit/Content Views/LoadMoreView.swift index 46b4823..902c7fc 100644 --- a/Views/UIKit/Content Views/LoadMoreView.swift +++ b/Views/UIKit/Content Views/LoadMoreView.swift @@ -119,11 +119,11 @@ private extension LoadMoreView { switch loadMoreConfiguration.viewModel.identityContext.appPreferences.statusWord { case .toot: - aboveAccessibilityActionName = NSLocalizedString("load-more.above.accessibility-label.toot", comment: "") - belowAccessibilityActionName = NSLocalizedString("load-more.below.accessibility-label.toot", comment: "") + aboveAccessibilityActionName = NSLocalizedString("load-more.above.accessibility.toot", comment: "") + belowAccessibilityActionName = NSLocalizedString("load-more.below.accessibility.toot", comment: "") case .post: - aboveAccessibilityActionName = NSLocalizedString("load-more.above.accessibility-label.post", comment: "") - belowAccessibilityActionName = NSLocalizedString("load-more.below.accessibility-label.post", comment: "") + aboveAccessibilityActionName = NSLocalizedString("load-more.above.accessibility.post", comment: "") + belowAccessibilityActionName = NSLocalizedString("load-more.below.accessibility.post", comment: "") } accessibilityCustomActions = [