chore(frontend): ui tweak
This commit is contained in:
parent
053e7626e4
commit
eef7fcdd45
3 changed files with 3 additions and 3 deletions
|
@ -119,7 +119,7 @@ async function assign() {
|
|||
const user = await os.selectUser({ includeSelf: true });
|
||||
|
||||
const { canceled: canceled2, result: period } = await os.select({
|
||||
title: i18n.ts.period,
|
||||
title: i18n.ts.period + ': ' + role.name,
|
||||
items: [{
|
||||
value: 'indefinitely', text: i18n.ts.indefinitely,
|
||||
}, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue