Skip to content

Commit

Permalink
Merge pull request #1016 from mozilla/switch-submodule-to-https
Browse files Browse the repository at this point in the history
Switch submodule to https
  • Loading branch information
groovecoder authored Aug 16, 2021
2 parents fec0176 + 5ca545c commit 6fe5831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "privaterelay/locales"]
path = privaterelay/locales
url = git@github.com:mozilla-l10n/fx-private-relay-l10n.git
url = https://github.com/mozilla-l10n/fx-private-relay-l10n.git
2 changes: 1 addition & 1 deletion privaterelay/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def _get_initial_middleware():
# Internationalization
# https://docs.djangoproject.com/en/2.2/topics/i18n/

LANGUAGE_CODE = 'en-us'
LANGUAGE_CODE = 'en'

TIME_ZONE = 'UTC'

Expand Down

0 comments on commit 6fe5831

Please sign in to comment.