mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix a translation key mismatch
This commit is contained in:
parent
41108bd92a
commit
647bcc33e3
@ -1410,7 +1410,7 @@ define([
|
||||
redraw();
|
||||
|
||||
var hintDiv = h('div.cp-form-conditional-hint', [
|
||||
h('div.cp-form-conditional-hint', Messages.form_condition_hint)
|
||||
h('div.cp-form-conditional-hint', Messages.form_conditional_hint)
|
||||
]);
|
||||
var $hint = $(hintDiv).prependTo(tag);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user