1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/16449] Removed L_ prefix from CONFIRM_MESSAGE

PHPBB3-16449
This commit is contained in:
kasimi
2020-04-23 10:31:52 +02:00
parent 39b0ac4fda
commit 976516a559
4 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
</div>
{% elseif PRE %}
<div class="errorbox">
<p>{{ lang('CONFIRM_MESSAGE') }}</p>
<p>{{ CONFIRM_MESSAGE }}</p>
</div>
<form id="acp_extensions" method="post" action="{{ U_PURGE }}">

View File

@@ -10,7 +10,7 @@
{% if PRE %}
<fieldset>
<h2>{{ lang('CONFIRM') }}</h2>
<p>{{ lang('CONFIRM_MESSAGE') }}</p>
<p>{{ CONFIRM_MESSAGE }}</p>
</fieldset>
<form id="acp_extensions" method="post" action="{{ U_DISABLE }}">

View File

@@ -16,7 +16,7 @@
{% elseif PRE %}
<fieldset>
<h2>{{ lang('CONFIRM') }}</h2>
<p>{{ lang('CONFIRM_MESSAGE') }}</p>
<p>{{ CONFIRM_MESSAGE }}</p>
</fieldset>
<form id="acp_extensions" method="post" action="{{ U_ENABLE }}">