Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 35a326c

Browse files
committed
refactor(challenge): Use i18n string key for no query response
1 parent 1a52c2b commit 35a326c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/Challenge/Tabs/UserQueryResult.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{% if result is null %}
55
<div class="alert alert-info" role="alert">
6-
提交答案後,即可在這裡看到查詢結果。
6+
{{ 'challenge.errors.no-query-yet'|trans }}
77
</div>
88
{% elseif result.errorMessage is not null %}
99
<div class="alert alert-danger" role="alert">

0 commit comments

Comments
 (0)