loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

i18n(en): new repo form: remove full stops from placeholders, clarify labels (#4709)

Just a small PR fixing some lines.

* removed full stop from placeholders, they were placed inconsistent and it doesn't really makes sense to have them in placeholders. It's usually either no full stop or ellipsis.
* s/Issue labels/Labels - obviously labels aren't used just for issues

That's about it. I may or may not send other improvements for this page later, this is just a simple PR that doesn't need testing.

Preview: https://codeberg.org/attachments/f7040bb4-9749-4cd2-9953-289e1103ea3e

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4709
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

0ko dac78913 5d40264f

+6 -6
+6 -6
options/locale/locale_en-US.ini
··· 1060 1060 repo_size = Repository Size 1061 1061 size_format = %[1]s: %[2]s, %[3]s: %[4]s 1062 1062 template = Template 1063 - template_select = Select a template. 1063 + template_select = Select a template 1064 1064 template_helper = Make repository a template 1065 1065 template_description = Template repositories let users generate new repositories with the same directory structure, files, and optional settings. 1066 1066 visibility = Visibility ··· 1087 1087 repo_desc = Description 1088 1088 repo_desc_helper = Enter short description (optional) 1089 1089 repo_lang = Language 1090 - repo_gitignore_helper = Select .gitignore templates. 1090 + repo_gitignore_helper = Select .gitignore templates 1091 1091 repo_gitignore_helper_desc = Choose which files not to track from a list of templates for common languages. Typical artifacts generated by each language's build tools are included on .gitignore by default. 1092 - issue_labels = Issue labels 1093 - issue_labels_helper = Select an issue label set. 1092 + issue_labels = Labels 1093 + issue_labels_helper = Select a label set 1094 1094 license = License 1095 - license_helper = Select a license file. 1095 + license_helper = Select a license file 1096 1096 license_helper_desc = A license governs what others can and can't do with your code. Not sure which one is right for your project? See <a target="_blank" rel="noopener noreferrer" href="%s">Choose a license.</a> 1097 1097 object_format = Object format 1098 1098 object_format_helper = Object format of the repository. Cannot be changed later. SHA1 is the most compatible. 1099 1099 readme = README 1100 - readme_helper = Select a README file template. 1100 + readme_helper = Select a README file template 1101 1101 readme_helper_desc = This is the place where you can write a complete description for your project. 1102 1102 auto_init = Initialize repository (Adds .gitignore, License and README) 1103 1103 create_repo = Create repository