Skip to content

Commit 2784bdd

Browse files
committed
Tags
1 parent 73e9ad5 commit 2784bdd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

resources/js/Pages/ResourceEdits/Create.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ const submit = async () => {
475475
</div>
476476

477477
<div class="mt-4">
478-
<InputLabel value="Programming Language Tags" />
478+
<InputLabel value="Programming Languages/Frameworks" />
479479
<TagSelector
480480
:tag-type="'programming_languages_tags'"
481481
v-model="

resources/js/Pages/Resources/Form/TagsFields.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const validateAndNext = async () => {
8989

9090
<!-- Tag Selector for Programming Languages -->
9191
<h2 class="text-2xl font-bold mt-5 mb-1 text-center text-gray-900 dark:text-gray-100">
92-
Programming languages/frameworks taught (if any)?
92+
Programming Languages/Frameworks taught (if any)?
9393
</h2>
9494
<p class="text-center italic mb-2 text-gray-600 dark:text-gray-300">python, c++, c#, vue.js, pytorch</p>
9595
<TagSelector

0 commit comments

Comments
 (0)