#1589: change 'Publish from a group' by 'Publish' for default button

This commit is contained in:
Laurent GAY
2025-02-17 15:10:20 +01:00
parent cdccfe0b92
commit 135420a430

View File

@@ -1,7 +1,7 @@
<template>
<div class="quick-publish flex justify-end">
<o-button @click="$router.push({ name: ActorRouteName.MY_GROUPS })">
{{ t("Publish from a group") }}
{{ t("Publish") }}
</o-button>
<o-dropdown position="bottom-right">
<template #trigger="{ active }">