Quellcode durchsuchen

refactor(locale): update Home.vue and SharedLogsTable.vue

David Z vor 2 Jahren
Ursprung
Commit
b7f4d153cb
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1 1
      src/components/newtab/shared/SharedLogsTable.vue
  2. 2 2
      src/popup/pages/Home.vue

+ 1 - 1
src/components/newtab/shared/SharedLogsTable.vue

@@ -98,7 +98,7 @@
             <span
               :class="statusColors[log.status]"
               :title="log.status === 'error' ? getErrorMessage(log) : null"
-              class="inline-block py-1 w-16 text-center text-sm rounded-md dark:text-black"
+              class="inline-block py-1 w-24 text-center text-sm rounded-md dark:text-black"
             >
               {{ t(`logStatus.${log.status}`) }}
             </span>

+ 2 - 2
src/popup/pages/Home.vue

@@ -112,8 +112,8 @@
       class="bg-accent fixed bottom-5 left-0 m-4 p-4 rounded-lg dark:text-black text-white shadow-md"
     >
       <p class="leading-tight text-sm">
-        If the workflow runs for less than 5 minutes, you set it to run in the
-        background in
+        If the workflow runs for less than 5 minutes, set it to run in the
+        background in the
         <a
           href="https://docs.automa.site/workflow/settings.html#workflow-execution"
           class="font-semibold underline"