Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed caps of Trusted Hosts #648

Merged
merged 1 commit into from
Apr 17, 2017
Merged

Fixed caps of Trusted Hosts #648

merged 1 commit into from
Apr 17, 2017

Conversation

mdxs
Copy link
Member

@mdxs mdxs commented Apr 16, 2017

Fixed capitalisation of Trusted Hosts on configuration page; making it more in sync with how other elements are capitalised (like Brand Name. Feedback Email, and Let's Encrypt Challenge).

@@ -26,7 +26,7 @@ class Config(model.Base, model.ConfigAuth):
recaptcha_private_key = ndb.StringProperty(default='', verbose_name='Private Key')
recaptcha_public_key = ndb.StringProperty(default='', verbose_name='Public Key')
salt = ndb.StringProperty(default=util.uuid())
trusted_hosts = ndb.StringProperty(repeated=True, verbose_name='Trusted hosts')
trusted_hosts = ndb.StringProperty(repeated=True, verbose_name='Trusted Hosts')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even though lately I prefer the sentence case we'll have to keep it consistent :)

Here is an interesting post about it..
https://medium.com/@jsaito/making-a-case-for-letter-case-19d09f653c98

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, don't mind either way as long as there is consistency.

@lipis lipis merged commit 76d1019 into gae-init:master Apr 17, 2017
@mdxs mdxs deleted the fix-trusted-hosts branch April 17, 2017 13:02
rbubley pushed a commit to rbubley/gae-init that referenced this pull request Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants