' +
+ html += '
' +
'
';
- html += '
' +
+ html += '
' +
'
';
}
html += '
';
@@ -7393,12 +7393,13 @@ function profilerRenderRule(i, r) {
function profilerRenderContentEditor(i, r) {
const c = r.content;
const mode = c ? c.mode : 'exact';
- let html = '
' + esc(t('Contents')) + '
';
- html += '
';
if (c) {
if (c.kind === 'record') {
html += '
';
@@ -7889,7 +7890,7 @@ const LANG_RU = {
'Size': 'Размер',
'Record length': 'Длина записи',
'Record count': 'Кол-во записей',
- 'Contents': 'Содержимое',
+ 'Check contents': 'Проверить содержимое',
'None': 'Нет',
'Exact': 'Точное',
'Mask': 'Маска',
diff --git a/frontend/sw.js b/frontend/sw.js
index 6e0625a..bd7adac 100644
--- a/frontend/sw.js
+++ b/frontend/sw.js
@@ -1,4 +1,4 @@
-const CACHE = 'otaman-v54';
+const CACHE = 'otaman-v55';
const URLS = [
'index.html',
'help.html',