Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-571 (pull request #86)
Browse files Browse the repository at this point in the history
SHIBUI-571 Fixed text

Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
rmathis committed Jun 18, 2018
2 parents d0faa36 + c0b3f2c commit cf040f3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions ui/src/app/dashboard/component/provider-search.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
type="text"
tabindex="0"
class="form-control"
i18n-placeholder="@@message--search-provider"
placeholder="Search for a provider"
aria-label="To search for a service provider, enter name then press enter"
i18n-placeholder="@@message--search-sources"
placeholder="Search sources"
aria-label="To search, enter name then press enter"
formControlName="search"
(keyup)="search.emit($event.target.value)">
<div class="input-group-append">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h3 i18n="@@label--how-are-you-adding-the-metadata-information">How are you addi
<div class="provider-nav-option">
<button type="button"
class="btn btn-lg btn-block btn-secondary"
aria-label="Upload local provider metadata file or use a metadata URL"
aria-label="Upload local metadata file or use a metadata URL"
role="button"
routerLink="upload"
routerLinkActive="btn-success">
Expand Down
6 changes: 3 additions & 3 deletions ui/src/locale/en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1459,9 +1459,9 @@
<context context-type="linenumber">49</context>
</context-group>
</trans-unit>
<trans-unit id="message--search-provider" datatype="html">
<source>Search for a provider</source>
<target>Search for a provider</target>
<trans-unit id="message--search-sources" datatype="html">
<source>Search sources</source>
<target>Search sources</target>
<context-group purpose="location">
<context context-type="sourcefile">app/dashboard/component/provider-search.component.ts</context>
<context context-type="linenumber">8</context>
Expand Down
6 changes: 3 additions & 3 deletions ui/src/locale/es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1431,9 +1431,9 @@
<context context-type="linenumber">49</context>
</context-group>
</trans-unit>
<trans-unit id="message--search-provider" datatype="html">
<source>Search for a provider</source>
<target>Search for a provider (es)</target>
<trans-unit id="message--search-sources" datatype="html">
<source>Search sources</source>
<target>Search sources (es)</target>
<context-group purpose="location">
<context context-type="sourcefile">app/dashboard/component/provider-search.component.ts</context>
<context context-type="linenumber">8</context>
Expand Down

0 comments on commit cf040f3

Please sign in to comment.