Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
HID-2090: remove tutorial from user menu
Browse files Browse the repository at this point in the history
  • Loading branch information
rupl committed Jun 29, 2020
1 parent b17078e commit 27ce2c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
1 change: 0 additions & 1 deletion src/app/components/header/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ <h2 class="element-invisible" translate>User menu</h2>
<ul class="menu" role="menu">
<li><a href="/users/{{currentUser.id}}" class="first leaf t-profile-link" translate>Profile</a></li>
<li><a href="/settings" class="leaf t-preferences-link" translate>Preferences</a></li>
<li><a href="/tutorial" class="leaf" translate>Tutorial</a></li>
<li><a href="mailto:info@humanitarian.id" class="leaf btn-link" translate>Feedback</a></li>
<li><a href="/logout" class="last leaf t-logout-link" translate>Log out</a></li>
</ul>
Expand Down
16 changes: 6 additions & 10 deletions src/po/template.pot
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ msgid "Changed primary phone number to:"
msgstr ""

#: src/app/components/checkin/checkin.html:409
#: src/app/components/header/header.html:126
#: src/app/components/header/header.html:125
msgid "Check in"
msgstr ""

Expand All @@ -325,7 +325,7 @@ msgid "Check me in"
msgstr ""

#: src/app/components/checkin/checkout-page.html:4
#: src/app/components/header/header.html:127
#: src/app/components/header/header.html:126
msgid "Check out"
msgstr ""

Expand Down Expand Up @@ -561,7 +561,7 @@ msgid "Current phone number"
msgstr ""

#: src/app/components/dashboard/dashboard.html:4
#: src/app/components/header/header.html:124
#: src/app/components/header/header.html:123
msgid "Dashboard"
msgstr ""

Expand Down Expand Up @@ -758,7 +758,7 @@ msgstr ""
msgid "Family name"
msgstr ""

#: src/app/components/header/header.html:90
#: src/app/components/header/header.html:89
msgid "Feedback"
msgstr ""

Expand Down Expand Up @@ -915,7 +915,7 @@ msgstr ""
msgid "Humanitarian ID is also available as a mobile app for iOS and Android."
msgstr ""

#: src/app/components/header/header.html:125
#: src/app/components/header/header.html:124
#: src/app/components/search/SearchController.js:13
msgid "Humanitarian contacts"
msgstr ""
Expand Down Expand Up @@ -1076,7 +1076,7 @@ msgstr ""
msgid "Log in to Humanitarian ID."
msgstr ""

#: src/app/components/header/header.html:91
#: src/app/components/header/header.html:90
msgid "Log out"
msgstr ""

Expand Down Expand Up @@ -2134,10 +2134,6 @@ msgstr ""
msgid "Trusted devices"
msgstr ""

#: src/app/components/header/header.html:89
msgid "Tutorial"
msgstr ""

#: src/app/components/user/preferences.html:154
msgid "Two-factor authentication"
msgstr ""
Expand Down

0 comments on commit 27ce2c7

Please sign in to comment.