Skip to content

Commit

Permalink
Merge pull request #37 from rhcs-dashboard/branding-4.0-i18n
Browse files Browse the repository at this point in the history
Remove language selector
  • Loading branch information
Kanika Murarka authored Feb 25, 2019
2 parents fe1a796 + 84880e1 commit d7de58e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
#loginForm="ngForm"
novalidate>
<header class="login-pf-header">
<div class="form-group has-feedback selectpicker">
<cd-language-selector [isDropdown]="false"></cd-language-selector>
</div>
<h1 i18n="The welcome message on the login page">Log In to Your Account</h1>
</header>
<div class="form-group form-group has-feedback"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,6 @@
<!-- /.navbar-primary -->

<ul class="nav navbar-nav navbar-utility">
<li>
<cd-language-selector class="oa-navbar"></cd-language-selector>
</li>
<li>
<cd-task-manager class="oa-navbar"></cd-task-manager>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -2111,7 +2111,7 @@
<source>Log In to Your Account</source>
<context-group purpose="location">
<context context-type="sourcefile">app/core/auth/login/login.component.html</context>
<context context-type="linenumber">20</context>
<context context-type="linenumber">17</context>
</context-group>
<note priority="1" from="description">The welcome message on the login page</note>
</trans-unit><trans-unit id="d96493d07439fc50485a66b7469451d30fc8ad25" datatype="html">
Expand Down

0 comments on commit d7de58e

Please sign in to comment.