From 54e6af52e99e54097ec6785dc902eb0638f42952 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Mon, 7 Nov 2022 14:43:46 +0100 Subject: [PATCH] Update quit text on first step --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index e5954a22..b3adf8d4 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -16,7 +16,7 @@ en: x_characters: one: "%{count} Character" other: "%{count} Characters" - quit: "Maybe Later" + quit: "Exit" done_custom: "Done" back: "Back" next: "Next"