Skip to content

Commit

Permalink
remove another colon
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Oct 17, 2024
1 parent a550a78 commit 8edff73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/Form.vala
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class Views.Form : Adw.Bin {
regex = identifier_regex
};

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

0 comments on commit 8edff73

Please sign in to comment.