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

Commit

Permalink
Merge pull request #20780 from zbraniecki/1027480-new-entity-for-cont…
Browse files Browse the repository at this point in the history
…acts-custom-tag

Bug 1027480 - new l10n id for contact's custom tag
  • Loading branch information
arcturus committed Jun 20, 2014
2 parents 5587e3b + 72d7efe commit 7f022ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/communications/contacts/elements/tag.html
Expand Up @@ -13,7 +13,7 @@ <h1 data-l10n-id="label">Label</h1>
<ul id="tags-list" class="selection-list compact" role="listbox">
</ul>
<p>
<input class="textfield" type="text" placeholder="Custom Tag" value="" id='custom-tag' data-l10n-id="custom">
<input class="textfield" type="text" placeholder="Custom Tag" value="" id='custom-tag' data-l10n-id="customTag">
<button id="custom-tag-reset" type="reset">Clear</button>
</p>
</form>
Expand Down
Expand Up @@ -77,7 +77,7 @@ faxOffice = Fax office
faxOther = Fax other
another = Another
other = Other
custom = Custom tag
customTag.placeholder = Custom tag
# Note: For localizers. This tag indicates the current address
current = Current
# LOCALIZATION NOTE(itemWithLabel): Parameters in this string will be replaced
Expand Down

0 comments on commit 7f022ea

Please sign in to comment.