Fix typo in unified window string
This commit is contained in:
parent
9e5f30487a
commit
e9535ab6b8
|
@ -245,7 +245,7 @@ public class UnifiedWindow : Gtk.Window {
|
|||
public class WelcomePlceholder : UnifiedWindowPlaceholder {
|
||||
public WelcomePlceholder() {
|
||||
title_label.label = _("Welcome to Dino!");
|
||||
label.label = _("Communicate happieness.");
|
||||
label.label = _("Communicate happiness.");
|
||||
primary_button.label = _("Setup account");
|
||||
title_label.visible = true;
|
||||
secondary_button.visible = false;
|
||||
|
|
Loading…
Reference in a new issue