Skip to content

Commit

Permalink
MBS-9216: Wordcloud - Make send button multilang
Browse files Browse the repository at this point in the history
  • Loading branch information
PM84 committed Jun 19, 2024
1 parent de4486a commit 720626f
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 720626f

Please sign in to comment.