Localize flowr heading

This commit is contained in:
Maximilian Grundke
2018-09-18 15:13:44 +02:00
parent 890b73fe6e
commit b9054bbcba
3 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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