Skip to content

Commit

Permalink
Merge pull request #127 from mebis-lp/MBS-9216_Make_send_button_multi…
Browse files Browse the repository at this point in the history
…lang

MBS-9216: Wordcloud - Make send button multilang
  • Loading branch information
tholudwig authored Jul 17, 2024
2 parents ae8107d + 720626f commit bc0cde4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wordcloud/classes/wordcloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function get_renderer_params(object $page) {

$params['button_answer'] = [
'mtm-button-id' => 'mootimeter_enter_answer',
'mtm-button-text' => 'Senden',
'mtm-button-text' => get_string('submit', 'mootimetertool_wordcloud'),
];

return $params;
Expand Down
1 change: 1 addition & 0 deletions tools/wordcloud/lang/en/mootimetertool_wordcloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
$string['show_results'] = 'Show result wordcloud';
$string['showresultlive'] = 'Show results live';
$string['showresultteacherpermission'] = 'Show results on teacher permission';
$string['submit'] = 'Submit';
$string['tool_description_short'] = "Collect words or statements live";
$string['type_answer'] = 'Insert a word or statement and hit Enter.';

0 comments on commit bc0cde4

Please sign in to comment.