Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: desktop-options.html

Issue 29584714: Issue 5874 - Sync strings with the agencies translations (Closed)
Patch Set: Rebased Created Oct. 23, 2017, 1:03 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | desktop-options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: desktop-options.html
===================================================================
--- a/desktop-options.html
+++ b/desktop-options.html
@@ -155,7 +155,7 @@
<div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whitelist">
<header>
<h1 class="i18n_options_tab_whitelist"></h1>
- <p class="i18n_options_whitelist_description"></p>
+ <p id="whitelist-description" class="i18n_options_whitelist_description"></p>
</header>
<form class="section">
<input id="whitelisting-textbox" type="text">
@@ -247,7 +247,7 @@
<a class="i18n_options_filterList_source source" target="_blank"></a>
</li>
<li role="menuitem">
- <button class="i18n_options_filterList_delete delete" data-action="remove-subscription"></button>
+ <button class="i18n_options_control_remove_title delete" data-action="remove-subscription"></button>
</li>
</ul>
</div>
« no previous file with comments | « no previous file | desktop-options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld