Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: chrome/browser/resources/settings/device_page/drive_cache_dialog.html

Issue 2717613002: MD Settings: add a bunch of dialog (X) aria-labels (Closed)
Patch Set: . Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/device_page/drive_cache_dialog.html
diff --git a/chrome/browser/resources/settings/device_page/drive_cache_dialog.html b/chrome/browser/resources/settings/device_page/drive_cache_dialog.html
index a3caa0cc834f0f23c787811ed90de26933ed0058..286faa7bb8a0aa477b413b8d1f6681e776ff2199 100644
--- a/chrome/browser/resources/settings/device_page/drive_cache_dialog.html
+++ b/chrome/browser/resources/settings/device_page/drive_cache_dialog.html
@@ -7,7 +7,7 @@
<dom-module id="settings-drive-cache-dialog">
<template>
<style include="settings-shared"></style>
- <dialog is="cr-dialog" id="dialog">
+ <dialog is="cr-dialog" id="dialog" close-text="$i18n{close}">
<div class="title">$i18n{storageClearDriveCacheDialogTitle}</div>
<div class="body">
<span>$i18n{storageClearDriveCacheDialogDescription}</span>

Powered by Google App Engine
This is Rietveld 408576698