diff --git a/i18n/en.json b/i18n/en.json index c83aac618e..82748c7756 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1735,7 +1735,7 @@ "select_user_for_sharing_page_err_album": "Failed to create album", "selected": "Selected", "selected_count": "{count, plural, other {# selected}}", - "selected_gps_coordinates": "selected gps coordinates", + "selected_gps_coordinates": "Selected GPS Coordinates", "send_message": "Send message", "send_welcome_email": "Send welcome email", "server_endpoint": "Server Endpoint", diff --git a/web/src/routes/(user)/utilities/geolocation/+page.svelte b/web/src/routes/(user)/utilities/geolocation/+page.svelte index c251146b45..48e94d750f 100644 --- a/web/src/routes/(user)/utilities/geolocation/+page.svelte +++ b/web/src/routes/(user)/utilities/geolocation/+page.svelte @@ -228,7 +228,9 @@ {/if}
-

{$t('selected_gps_coordinates')}

+ {$t('location_picker_choose_on_map')} +
{/snippet}