[WEB-5536] feat: prevent search panels from reopening on programmatic focus restoration (#8207)
This commit is contained in:
parent
f428c3bdaf
commit
980428b204
6 changed files with 125 additions and 47 deletions
|
|
@ -28,7 +28,8 @@ export default {
|
|||
project_empty_state: {
|
||||
no_access: {
|
||||
title: "Es scheint, als hätten Sie keinen Zugriff auf dieses Projekt",
|
||||
restricted_description: "Kontaktieren Sie den Administrator, um Zugriff anzufordern, damit Sie hier fortfahren können.",
|
||||
restricted_description:
|
||||
"Kontaktieren Sie den Administrator, um Zugriff anzufordern, damit Sie hier fortfahren können.",
|
||||
join_description: "Klicken Sie unten auf die Schaltfläche, um beizutreten.",
|
||||
cta_primary: "Projekt beitreten",
|
||||
cta_loading: "Projekt wird beigetreten",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,8 @@ export default {
|
|||
project_empty_state: {
|
||||
no_access: {
|
||||
title: "Parece que você não tem acesso a este projeto",
|
||||
restricted_description: "Entre em contato com o administrador para solicitar acesso e você poderá continuar aqui.",
|
||||
restricted_description:
|
||||
"Entre em contato com o administrador para solicitar acesso e você poderá continuar aqui.",
|
||||
join_description: "Clique no botão abaixo para participar.",
|
||||
cta_primary: "Participar do projeto",
|
||||
cta_loading: "Participando do projeto",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue