Skip to content

Commit d4e84ca

Browse files
committed
Add search_box description #1
1 parent 93c6537 commit d4e84ca

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

app/views/custom_message_settings/_messages.html.erb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<div><%= select_tag 'select-key', available_message_options(@setting, lang), id: 'key-selector' %></div>
1+
<div>
2+
<%= select_tag 'select-key', available_message_options(@setting, lang), id: 'key-selector' %>
3+
<span class='icon icon-help'><%= l(:text_description_of_search_box) %></span>
4+
</div>
25
<br>
36
<div class='tabular'>
47
<%= normal_mode_input_fields(@setting, lang) %>

config/locales/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ en:
66
en:
77
label_home: 'Home2'
88
text_placeholder_choose_key: Please select the message you want to change.
9+
text_description_of_search_box: You can enter search terms in the search box to narrow down the results.
910
error_unavailable_keys: The keys not present in Redmine are used.
1011
error_unavailable_languages: The languages not present in Redmine are used.
1112
error_invalid_yaml_format: The format of yaml is invalid.

config/locales/ja.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ja:
66
ja:
77
label_home: 'ホーム2'
88
text_placeholder_choose_key: 変更したい文言を選択してください。
9+
text_description_of_search_box: 検索ボックスにキーワードを入力することで、選択肢を絞り込むことが出来ます。
910
error_unavailable_keys: Redmineに存在しないキーが利用されています。
1011
error_unavailable_languages: Redmineで利用できない言語が利用されています。
1112
error_invalid_yaml_format: YAMLの形式が正しくありません。

0 commit comments

Comments
 (0)