diff --git a/briar-desktop/src/main/kotlin/org/briarproject/briar/desktop/login/ErrorScreen.kt b/briar-desktop/src/main/kotlin/org/briarproject/briar/desktop/login/ErrorScreen.kt
index fc3ba64c07894d6f8e0f7539909c85e2eafcbbca..adf541b9120046b5674a6e68756611baab2b4c4d 100644
--- a/briar-desktop/src/main/kotlin/org/briarproject/briar/desktop/login/ErrorScreen.kt
+++ b/briar-desktop/src/main/kotlin/org/briarproject/briar/desktop/login/ErrorScreen.kt
@@ -132,7 +132,7 @@ fun ErrorScreen(
 
     if (onBackButton != null) {
         IconButton(onClick = onBackButton) {
-            Icon(Icons.Filled.ArrowBack, i18n("back"))
+            Icon(Icons.Filled.ArrowBack, i18n("access.return_to_previous_screen"))
         }
     }
 
diff --git a/briar-desktop/src/main/kotlin/org/briarproject/briar/desktop/login/StartupScreen.kt b/briar-desktop/src/main/kotlin/org/briarproject/briar/desktop/login/StartupScreen.kt
index cae1225cf1456ecaa9ee97993d96c1e6c97ff304..e03d14f2835de651b5392cd962f0a0248c59261f 100644
--- a/briar-desktop/src/main/kotlin/org/briarproject/briar/desktop/login/StartupScreen.kt
+++ b/briar-desktop/src/main/kotlin/org/briarproject/briar/desktop/login/StartupScreen.kt
@@ -75,7 +75,7 @@ fun StartupScreenScaffold(
             onClick = onBackButton,
             modifier = Modifier.align(Alignment.TopStart)
         ) {
-            Icon(Icons.Filled.ArrowBack, i18n("back"))
+            Icon(Icons.Filled.ArrowBack, i18n("access.return_to_previous_screen"))
         }
     }
 
diff --git a/briar-desktop/src/main/resources/strings/BriarDesktop.properties b/briar-desktop/src/main/resources/strings/BriarDesktop.properties
index 2322ebaea0ab09bd5e39cd8c1fd48a3267e494b1..f95ee998a6a978c1eed4c6eb8572f75db7707144 100644
--- a/briar-desktop/src/main/resources/strings/BriarDesktop.properties
+++ b/briar-desktop/src/main/resources/strings/BriarDesktop.properties
@@ -20,6 +20,7 @@ access.password.hide=Hide password
 access.settings.current_value=Current value
 access.settings.click_to_change_value=Click to change value
 access.settings.click_to_change_password=Click to change password
+access.return_to_previous_screen=Return to previous screen
 
 # Contacts
 contacts.none_selected.title=No contact selected