From a388d9d460d058dd9968696182ac30bdebb20c80 Mon Sep 17 00:00:00 2001 From: Peter Hartshorn Date: Wed, 15 Jan 2025 11:22:56 +0000 Subject: [PATCH] Adds missing accessibility labels These were missed from the modularization move for recent activity. --- .../Strings/RecentActivity.xcstrings | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/RecentActivity/Sources/RecentActivity/Resources/Strings/RecentActivity.xcstrings b/RecentActivity/Sources/RecentActivity/Resources/Strings/RecentActivity.xcstrings index 7b0af5ae..a6d8d320 100644 --- a/RecentActivity/Sources/RecentActivity/Resources/Strings/RecentActivity.xcstrings +++ b/RecentActivity/Sources/RecentActivity/Resources/Strings/RecentActivity.xcstrings @@ -12,6 +12,28 @@ } } }, + "doneButtonAccessibilityTitle" : { + "extractionState" : "manual", + "localizations" : { + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Finish editing pages you've visited" + } + } + } + }, + "editButtonAccessibilityTitle" : { + "extractionState" : "manual", + "localizations" : { + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit pages you’ve visited" + } + } + } + }, "recentActivitiesTodaysListTitle" : { "extractionState" : "manual", "localizations" : {