Skip to content

Commit 8edff73

Browse files
committed
remove another colon
1 parent a550a78 commit 8edff73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Form.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class Views.Form : Adw.Bin {
5555
regex = identifier_regex
5656
};
5757

58-
var identifier_header = new Granite.HeaderLabel (_("Organization Identifier:")) {
58+
var identifier_header = new Granite.HeaderLabel (_("Organization Identifier")) {
5959
secondary_text = _("A reverse domain-name identifier used to identify the application. It may not contain dashes"),
6060
mnemonic_widget = identifier_entry,
6161
};

0 commit comments

Comments
 (0)