Skip to content

Commit d0d9ca9

Browse files
committed
.
1 parent e3ab47e commit d0d9ca9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

force-app/main/default/lwc/courseRegistrationForm/courseRegistrationForm.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ <h2 class="omKurset__overskrift typo-systemtittel">Påmeldingsskjema</h2>
291291
</div>
292292
<div if:true={additionalInformation} class="felt">
293293
<label class="skjemaelement__label" for="additionalInformation">
294-
<p class="typo-element">Tilleggsinformasjon (Andre behov f.eks tolk)</p>
294+
<p class="typo-element">Tilleggsinformasjon (f.eks behov for tolk)</p>
295295
</label>
296296
<input
297297
type="text"
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<label>Tilleggsinformasjon (Andre behov f.eks tolk)</label>
3+
<label>Tilleggsinformasjon (f.eks behov for tolk)</label>
44
<name>AdditionalInformation__c</name>
55
</CustomFieldTranslation>
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
33
<help></help>
4-
<label>Tilleggsinformasjon (Andre behov f.eks tolk)</label>
4+
<label>Tilleggsinformasjon (f.eks behov for tolk)</label>
55
<name>ShowAdditionalInformation__c</name>
66
</CustomFieldTranslation>

0 commit comments

Comments
 (0)