aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui
diff options
context:
space:
mode:
authorTranslations <translations@dino.im>2019-11-14 01:35:56 +0100
committerfiaxh <git@lightrise.org>2019-11-14 01:56:13 +0100
commit65feaece8712e62cbc63da18fdd83fd7d0324179 (patch)
tree3c6a0641e6307492222bd5edaeae1717975565f2 /main/src/ui
parent6d486f56a89a2ad96a9d59d98a73f4f241f9f2d1 (diff)
downloaddino-65feaece8712e62cbc63da18fdd83fd7d0324179.tar.gz
dino-65feaece8712e62cbc63da18fdd83fd7d0324179.zip
Update translations
Diffstat (limited to 'main/src/ui')
-rw-r--r--main/src/ui/unified_window.vala2
1 files changed, 1 insertions, 1 deletions
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;