#1589: change 'Publish from a group' by 'Publish' for default button
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="quick-publish flex justify-end">
|
<div class="quick-publish flex justify-end">
|
||||||
<o-button @click="$router.push({ name: ActorRouteName.MY_GROUPS })">
|
<o-button @click="$router.push({ name: ActorRouteName.MY_GROUPS })">
|
||||||
{{ t("Publish from a group") }}
|
{{ t("Publish") }}
|
||||||
</o-button>
|
</o-button>
|
||||||
<o-dropdown position="bottom-right">
|
<o-dropdown position="bottom-right">
|
||||||
<template #trigger="{ active }">
|
<template #trigger="{ active }">
|
||||||
|
|||||||
Reference in New Issue
Block a user