Skip to content

Commit a2a05d1

Browse files
authored
Fix punctuation in trust model description (#13140)
1 parent edfebe6 commit a2a05d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

options/locale/locale_en-US.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ issues.new.no_reviewers = No reviewers
965965
issues.new.add_reviewer_title = Request review
966966
issues.choose.get_started = Get Started
967967
issues.choose.blank = Default
968-
issues.choose.blank_about = Create an issue from default template.
968+
issues.choose.blank_about = Create an issue from default template.
969969
issues.no_ref = No Branch/Tag Specified
970970
issues.create = Create Issue
971971
issues.new_label = New Label
@@ -1502,7 +1502,7 @@ settings.trust_model.committer.long = Committer: Trust signatures that match com
15021502
settings.trust_model.committer.desc = Valid signatures will only be marked "trusted" if they match the committer, otherwise they will be marked "unmatched". This will force Gitea to be the committer on signed commits with the actual committer marked as Co-Authored-By: and Co-Committed-By: trailer in the commit. The default Gitea key must match a User in the database.
15031503
settings.trust_model.collaboratorcommitter = Collaborator+Committer
15041504
settings.trust_model.collaboratorcommitter.long = Collaborator+Committer: Trust signatures by collaborators which match the committer
1505-
settings.trust_model.collaboratorcommitter.desc = Valid signatures by collaborators of this repository will be marked "trusted" if they match the committer. Otherwise, valid signatures will be marked "untrusted" if the signature matches the committer and "unmatched" otherwise. This will force Gitea to be marked as the committer on signed commits with the actual committer marked as Co-Authored-By: and Co-Committed-By: trailer in the commit. The default Gitea key must match a User in the database,
1505+
settings.trust_model.collaboratorcommitter.desc = Valid signatures by collaborators of this repository will be marked "trusted" if they match the committer. Otherwise, valid signatures will be marked "untrusted" if the signature matches the committer and "unmatched" otherwise. This will force Gitea to be marked as the committer on signed commits with the actual committer marked as Co-Authored-By: and Co-Committed-By: trailer in the commit. The default Gitea key must match a User in the database.
15061506
settings.wiki_delete = Delete Wiki Data
15071507
settings.wiki_delete_desc = Deleting repository wiki data is permanent and cannot be undone.
15081508
settings.wiki_delete_notices_1 = - This will permanently delete and disable the repository wiki for %s.

0 commit comments

Comments
 (0)