Skip to content

Commit

Permalink
Merge pull request #198 from ShanePark/#hotfix
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
ShanePark authored Sep 24, 2024
2 parents 1f4f8f7 + 908e98e commit 311fe9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/duty/duty.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h5 class="modal-title">시간표 공개 대상 설정</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>신가표를 공개할 범위를 설정하세요</p>
<p>시간표를 공개할 범위를 설정하세요</p>
<div class="privacy-config btn-group" role="group" aria-label="Privacy setting">
<button type="button" class="btn btn-success" :class="{'selected': calendarVisibility=='PUBLIC'}"
data-privacy="PUBLIC" v-on:click="setPrivacy">누구나
Expand Down

0 comments on commit 311fe9c

Please sign in to comment.