Bug and typo fixes

This commit is contained in:
PMKuipers 2023-08-16 23:48:56 +02:00
parent cbfa5c9ea0
commit afe43d5678
4 changed files with 8 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -720,8 +720,10 @@ export default {
</b-row> <b-row>
<b-col cols="4">{{ text.studyplan_description}}</b-col>
<b-col cols="8">
<b-form-input v-model="editdata.description"
:placeholder="text.studyplan_description_ph"></b-form-input>
<b-form-textarea v-model="editdata.description"
rows="4"
max-rows="5"
:placeholder="text.studyplan_description_ph"></b-form-textarea>
</b-col>
</b-row>
<b-row>

View File

@ -216,7 +216,7 @@ $string['settingdesc_aggregation_mode'] = "Kies de standaard verwerkingsmethode
$string['tristate_aggregator_title'] = 'Handmatig: Voortgang/Behaald/Goed Stijl';
$string['tristate_aggregator_desc'] = 'Leerdoelen kunnen reviseren, voltooid of uitstekend beoordeeld worden. Per modules kan worden ingesteld wel deel (standaard 50%) nodig is voor behalen van module';
$string['bistate_aggregator_title'] = 'Handimatig: Behaald + Vereiste leerdoelen';
$string['bistate_aggregator_title'] = 'Handmatig: Behaald + Vereiste leerdoelen';
$string['bistate_aggregator_desc'] = 'Doelen zijn behaald of niet (o.a. niet gestart, bezig en niet behaald). Vereiste leerdoelen zijn mogelijk. Per studieplan wordt ingesteld bij hoeveel doelen het resultaat voltooid, goed of uitstekend is.';
$string['core_aggregator_title'] = 'Moodle cursusvoltooiing';
@ -225,7 +225,7 @@ $string['core_aggregator_desc'] = 'Gebruik de ingesteld cursusvoltooiing';
$string['setting_bistate_heading'] = 'Standaardwaarden voor Behaald + Vereidte leerdoelen ';
$string['settingdesc_bistate_heading'] = 'Stel de standaardwaarden in voor deze verzamelmethode';
$string['choose_aggregation_style'] = 'Kies berkening van eindresultaten';
$string['choose_aggregation_style'] = 'Kies berekening van eindresultaten';
$string['select_scaleitem'] = 'Kies...';