Replace UI hint text

I just don't like "checking" twice in one sentence
This commit is contained in:
Cohee 2024-05-15 00:39:26 +03:00
parent 6865f84eb1
commit 3999bee482
1 changed files with 2 additions and 2 deletions

View File

@ -5278,8 +5278,8 @@
</label> </label>
<label class="checkbox flex-container alignitemscenter flexNoGap"> <label class="checkbox flex-container alignitemscenter flexNoGap">
<input type="checkbox" name="delay_until_recursion" /> <input type="checkbox" name="delay_until_recursion" />
<span data-i18n="Delay until recursion (this entry will only be checked on recursive checking)"> <span data-i18n="Delay until recursion (this entry can only be activated on recursive checking)">
Delay until recursion (this entry will only be checked on recursive checking) Delay until recursion (this entry can only be activated on recursive checking)
</span> </span>
</label> </label>
</div> </div>