Skip to content

Commit 395050b

Browse files
authored
Update index.html.twig
修改测试文字
1 parent 857ed11 commit 395050b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Bundle/Resources/views/page/index.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
{% if admin_env() == 'dev' %}
8080
<p class="testing-environment">开发环境</p>
8181
{% elseif admin_env() == 'beta' %}
82-
<p class="testing-environment">测试环境</p>
82+
<p class="testing-environment">内测环境</p>
8383
{% elseif admin_env() == 'demo' %}
8484
<p class="testing-environment">样品</p>
8585
{% endif %}
@@ -216,4 +216,4 @@
216216
</script>
217217
</body>
218218

219-
{% endblock %}
219+
{% endblock %}

0 commit comments

Comments
 (0)