From aa4d8b879afa264a5dfc3d25ca1ecde7b4907a08 Mon Sep 17 00:00:00 2001 From: SanttuA Date: Thu, 21 Mar 2024 09:15:47 +0200 Subject: [PATCH] Changed next free time btn EN text (#312) Updated the resource page's next free time button's english text. --- app/i18n/messages/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/i18n/messages/en.json b/app/i18n/messages/en.json index cd31d0075..de1901b5c 100644 --- a/app/i18n/messages/en.json +++ b/app/i18n/messages/en.json @@ -436,7 +436,7 @@ "ResourceCard.infoTitle.removeFavorite": "Remove from favorites", "ResourceCompactList.button.label.next": "Next premise", "ResourceCompactList.button.label.previous": "Previous premise", - "ResourceFreeTime.buttonLabel": "Search for next free time", + "ResourceFreeTime.buttonLabel": "Find next available time", "ResourceFreeTime.notificationFound": "Free time found on", "ResourceFreeTime.notificationNotFound": "No free time found", "ResourceFreeTime.searchingText": "Searching...",