Skip to content

Commit

Permalink
fix: modify the delete confirmation interface logic. (filebrowser#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ltzhu76 authored and AlencarGabriel committed Feb 6, 2023
1 parent 36c957e commit 8333e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/prompts/Delete.vue
@@ -1,7 +1,7 @@
<template>
<div class="card floating">
<div class="card-content">
<p v-if="req.kind !== 'listing'">
<p v-if="selectedCount === 1">
{{ $t("prompts.deleteMessageSingle") }}
</p>
<p v-else>
Expand Down

0 comments on commit 8333e60

Please sign in to comment.