From e1b399a1568558ca0cf2525d2bdbc01158ddf73f Mon Sep 17 00:00:00 2001 From: Reinder Feenstra Date: Thu, 13 Feb 2025 23:05:16 +0100 Subject: [PATCH] fix: missing string --- shared/translations/en-us.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/shared/translations/en-us.json b/shared/translations/en-us.json index 7e60ffb5..e147ffec 100644 --- a/shared/translations/en-us.json +++ b/shared/translations/en-us.json @@ -6713,5 +6713,9 @@ { "term": "output_map:swap_outputs", "definition": "Swap outputs" + }, + { + "term": "stacked_object_list:back", + "definition": "Back" } -] \ No newline at end of file +]