Localize flowr heading
This commit is contained in:
@ -54,5 +54,5 @@ div id='output_sidebar_uncollapsed' class='hidden col-sm-12 enforce-bottom-margi
|
||||
pre = t('exercises.implement.no_output_yet')
|
||||
- if CodeOcean::Config.new(:code_ocean).read[:flowr][:enabled]
|
||||
#flowrHint.panel.panel-info data-url=CodeOcean::Config.new(:code_ocean).read[:flowr][:url] role='tab'
|
||||
.panel-heading = 'Gain more insights here'
|
||||
.panel-heading = t('exercises.implement.flowr.heading')
|
||||
.panel-body
|
||||
|
@ -338,6 +338,8 @@ de:
|
||||
text: "Uns ist aufgefallen, dass du schon lange an dieser Aufgabe arbeitest. Möchtest du vielleicht später weiter machen um erstmal auf neue Gedanken zu kommen?"
|
||||
error_hints:
|
||||
heading: "Hinweise"
|
||||
flowr:
|
||||
heading: "Weitere Hinweise | Unterstützt von StackOverflow"
|
||||
index:
|
||||
clone: Duplizieren
|
||||
implement: Implementieren
|
||||
|
@ -338,6 +338,8 @@ en:
|
||||
text: "We recognized that you are already working quite a while on this exercise. We would like to encourage you to take a break and come back later."
|
||||
error_hints:
|
||||
heading: "Hints"
|
||||
flowr:
|
||||
heading: "Gain more insights here | Powered by StackOverflow"
|
||||
index:
|
||||
clone: Duplicate
|
||||
implement: Implement
|
||||
|
Reference in New Issue
Block a user