Spelling: Set up account

This commit is contained in:
Allan Nordhøy 2019-01-06 18:31:40 +01:00 committed by fiaxh
parent 8b08d874fa
commit 16329411a8

View file

@ -246,7 +246,7 @@ public class WelcomePlceholder : UnifiedWindowPlaceholder {
public WelcomePlceholder() {
title_label.label = _("Welcome to Dino!");
label.label = _("Communicate happiness.");
primary_button.label = _("Setup account");
primary_button.label = _("Set up account");
title_label.visible = true;
secondary_button.visible = false;
}