diff --git a/resources/js/pages/studio/upload.vue b/resources/js/pages/studio/upload.vue index b93f6845f..7add1e15a 100644 --- a/resources/js/pages/studio/upload.vue +++ b/resources/js/pages/studio/upload.vue @@ -707,8 +707,10 @@ v-else class="w-full h-full flex flex-col items-center justify-center text-white/70 text-xs bg-gray-800" > - No preview - Upload a video to see it here + {{ + $t('studio.noPreview') + }} + {{ $t('studio.uploadPreviewHelp') }}
- {{ isSubmitting ? 'Posting...' : 'Post' }} + {{ isSubmitting ? $t('common.posting') : $t('common.post') }}