Skip to content

Commit

Permalink
Update webclient/src/components/feedback/EditRequestModal.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jun 29, 2023
1 parent c76acc6 commit dd01837
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webclient/src/components/feedback/EditRequestModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ const global = useGlobalStore();
<p>{{ $t("feedback.success.thank_you") }}</p>
<p>
{{ $t("feedback.success.response_at") }}
<a id="feedback-success-url" class="btn-link" :href="successUrl">{{ $t("feedback.success.this_pull_request") }}</a>
<a id="feedback-success-url" class="btn-link" :href="successUrl">
{{ $t("feedback.success.this_pull_request") }}
</a>
</p>
</template>
</BasicFeedbackModal>
Expand Down

0 comments on commit dd01837

Please sign in to comment.