ui: Prefer shorter partition word in certain places vs Admin Partition (#11772)
This commit is contained in:
parent
470fce1e07
commit
75343efcc9
|
@ -12,7 +12,7 @@
|
|||
)
|
||||
}}
|
||||
@type={{'partition'}}
|
||||
@label={{'Admin Partition'}}
|
||||
@label={{'Partition'}}
|
||||
@ondelete={{fn (if @ondelete @ondelete @onsubmit) @item}}
|
||||
@onchange={{fn (optional @onsubmit) @item}}
|
||||
as |writer|>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</notice.Header>
|
||||
<notice.Body>
|
||||
<p>
|
||||
Your Admin Partition has been marked for deletion.
|
||||
Your Partition has been marked for deletion.
|
||||
</p>
|
||||
</notice.Body>
|
||||
</Notice>
|
||||
|
|
|
@ -45,7 +45,7 @@ as |partition|}}
|
|||
@href={{href-to 'dc.partitions.index' @dc.Name}}
|
||||
>
|
||||
<BlockSlot @name="label">
|
||||
Manage Admin Partitions
|
||||
Manage Partitions
|
||||
</BlockSlot>
|
||||
</MenuItem>
|
||||
{{/if}}
|
||||
|
|
|
@ -39,7 +39,7 @@ as |dc partition nspace item|}}
|
|||
<route.Title
|
||||
@title={{if
|
||||
(is "new partition" item=item)
|
||||
"New Admin Partition"
|
||||
"New Partition"
|
||||
(concat "Edit " item.Name)
|
||||
}}
|
||||
/>
|
||||
|
|
|
@ -72,7 +72,7 @@ as |route|>
|
|||
)
|
||||
}}
|
||||
@type="partition"
|
||||
@label="Admin Partition"
|
||||
@label="Partition"
|
||||
@ondelete={{refresh-route}}
|
||||
as |writer|>
|
||||
<BlockSlot @name="removed" as |after|>
|
||||
|
|
|
@ -84,7 +84,7 @@ as |TabState IgnoredGuard IgnoredAction tabDispatch tabState|>
|
|||
The token entered does not exist. Please enter a valid token to log in.
|
||||
{{else if (eq this.error.status '404')}}
|
||||
<strong>No providers</strong><br />
|
||||
No SSO providers are configured for that Admin Partition.
|
||||
No SSO providers are configured for that Partition.
|
||||
{{else}}
|
||||
<strong>Error</strong><br />
|
||||
{{this.error.detail}}
|
||||
|
|
|
@ -34,7 +34,7 @@ as |chart|}}
|
|||
{{on 'click' (queue (set this 'partition' '') (fn dispatch "RESET"))}}
|
||||
class="reset"
|
||||
>
|
||||
Choose different Admin Partition
|
||||
Choose different Partition
|
||||
</Action>
|
||||
</State>
|
||||
|
||||
|
@ -53,7 +53,7 @@ as |chart|}}
|
|||
)
|
||||
)
|
||||
}}
|
||||
@placeholder="Enter name of Admin Partition to log in to"
|
||||
@placeholder="Enter your Partition"
|
||||
@oninput={{action (mut this.partition) value="target.value"}}
|
||||
@chart={{hash
|
||||
state=state
|
||||
|
|
Loading…
Reference in New Issue