Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/js/components/BrowserContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ withDefaults(defineProps<Props>(), {
<Disclosure v-if="files?.length" v-slot="{ open }" :default-open="true">
<DisclosureButton>
<div class="flex flex-row w-full items-center gap-x-1">
<span class="text-gray-500 text-xs">Files</span>
<span class="text-gray-500 text-xs">{{ __('Files') }}</span>
<ChevronDownIcon v-if="open" class="h-3 w-3 text-gray-600" />
<ChevronRightIcon v-else class="h-3 w-3 text-gray-600" />
</div>
Expand Down