From 65feaece8712e62cbc63da18fdd83fd7d0324179 Mon Sep 17 00:00:00 2001 From: Translations Date: Thu, 14 Nov 2019 01:35:56 +0100 Subject: Update translations --- main/src/ui/unified_window.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src/ui') diff --git a/main/src/ui/unified_window.vala b/main/src/ui/unified_window.vala index 9e8c4484..8db2cfa7 100644 --- a/main/src/ui/unified_window.vala +++ b/main/src/ui/unified_window.vala @@ -182,7 +182,7 @@ public class UnifiedWindow : Gtk.Window { public class WelcomePlceholder : UnifiedWindowPlaceholder { public WelcomePlceholder() { title_label.label = _("Welcome to Dino!"); - label.label = "Create or log in to your account to get started."; + label.label = _("Sign in or create an account to get started."); primary_button.label = _("Set up account"); title_label.visible = true; secondary_button.visible = false; -- cgit v1.2.3-54-g00ecf