We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a550a78 commit 8edff73Copy full SHA for 8edff73
src/Views/Form.vala
@@ -55,7 +55,7 @@ public class Views.Form : Adw.Bin {
55
regex = identifier_regex
56
};
57
58
- var identifier_header = new Granite.HeaderLabel (_("Organization Identifier:")) {
+ var identifier_header = new Granite.HeaderLabel (_("Organization Identifier")) {
59
secondary_text = _("A reverse domain-name identifier used to identify the application. It may not contain dashes"),
60
mnemonic_widget = identifier_entry,
61
0 commit comments