Skip to content
Snippets Groups Projects
Commit 3ad09aca authored by Dominik Beyer's avatar Dominik Beyer
Browse files

[TASK] Adapt duplicate application heading

parent 8599d41e
No related branches found
No related tags found
No related merge requests found
......@@ -182,6 +182,10 @@
<source><![CDATA[Apply as]]></source>
<target><![CDATA[Bewerbung als]]></target>
</trans-unit>
<trans-unit id="frontend.apply.applyAsNow" approved="yes">
<source><![CDATA[Apply now as %s]]></source>
<target><![CDATA[Jetzt als %s bewerben]]></target>
</trans-unit>
<trans-unit id="frontend.apply.birthDate" approved="yes">
<source><![CDATA[Birth date *]]></source>
<target><![CDATA[Geburtsdatum *]]></target>
......
......@@ -141,6 +141,9 @@
<trans-unit id="frontend.apply.applyAs">
<source><![CDATA[Apply as]]></source>
</trans-unit>
<trans-unit id="frontend.apply.applyAsNow">
<source><![CDATA[Apply now as %s]]></source>
</trans-unit>
<trans-unit id="frontend.apply.birthDate">
<source><![CDATA[Birth date *]]></source>
</trans-unit>
......
......@@ -172,9 +172,7 @@
<div class="col-md-10 col-sm-10 col-xs-12">
<div class="default-content-element">
<f:if condition="{job}">
<h2>
<f:translate key="frontend.apply.applyAs"/>
<span id="apply-title">{job.title}</span></h2>
<h2><f:translate key="frontend.apply.applyAsNow" arguments="{0: '{job.title}'}"/></h2>
</f:if>
</div>
<div class="default-content-element">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment