This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
forked from elk-zone/elk
-
Notifications
You must be signed in to change notification settings - Fork 7
fix(rename): replace Elk with Mozilla.social - MOSOWEB-98 #85
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
4321e6d
fix(meta): update og:url to use mozilla.social instead of elk.zone
wtfluckey b954301
fix(locales): update app_name for EN & DE
wtfluckey a7a5d48
fix(locale): update app_logo for DE
wtfluckey bc2beca
fix(hook): update logo:click hook
wtfluckey 61f14c3
fix(NavTitle): remove unused env
wtfluckey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ function percolateStatus(status) { | |
addStatus(status) | ||
} | ||
nuxtApp.hook('elk-logo:click', () => { | ||
nuxtApp.hook('moz-logo:click', () => { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These |
||
update() | ||
nuxtApp.$scrollToTop() | ||
}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,8 +76,8 @@ | |
"vote": "Abstimmen" | ||
}, | ||
"app_desc_short": "Ein flinker Mastodon Web-Client", | ||
"app_logo": "Elk Logo", | ||
"app_name": "Elk", | ||
"app_logo": "Mozilla Logo", | ||
"app_name": "Mozilla.social", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. German translation - updated app name & logo |
||
"attachment": { | ||
"edit_title": "Beschreibung", | ||
"remove_label": "Anhang entfernen" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ | |
}, | ||
"app_desc_short": "Decentralized social media powered by Mastodon", | ||
"app_logo": "Mozilla Logo", | ||
"app_name": "Mozilla Social", | ||
"app_name": "Mozilla.social", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Went ahead and updated the English app name to match the |
||
"attachment": { | ||
"add_image_description": "Add image description", | ||
"alt-point-1": "Capture important elements", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hopefully this makes sharing links better