Update Panels.svelte - Titles of cards/sections
Updated "Reaction Panels" title to "Your Reaction Panels" Updated "Multi-Panels" title to "Your Multi-Panels" Updated "Create A Multi-Panel" title to "Create Multi-Panel"
This commit is contained in:
parent
56b5779f60
commit
1cef869dfe
@ -28,7 +28,7 @@
|
||||
<div class="col-main">
|
||||
<div class="row">
|
||||
<Card footer="{false}">
|
||||
<span slot="title">Reaction Panels</span>
|
||||
<span slot="title">Your Reaction Panels</span>
|
||||
<div slot="body" class="card-body">
|
||||
<p>Your panel quota: <b>{panels.length} / {isPremium ? '∞' : '3'}</b></p>
|
||||
|
||||
@ -85,7 +85,7 @@
|
||||
<div class="col-small">
|
||||
<div class="row">
|
||||
<Card footer="{false}">
|
||||
<span slot="title">Multi-Panels</span>
|
||||
<span slot="title">Your Multi-Panels</span>
|
||||
<div slot="body" class="card-body">
|
||||
<table style="margin-top: 10px">
|
||||
<thead>
|
||||
@ -118,7 +118,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<Card footer={false}>
|
||||
<span slot="title">Create A Multi-Panel</span>
|
||||
<span slot="title">Create Multi-Panel</span>
|
||||
<div slot="body" class="card-body">
|
||||
<p>Note: The panels which you wish to combine into a multi-panel must already exist</p>
|
||||
|
||||
@ -474,4 +474,4 @@
|
||||
td {
|
||||
padding: 10px 0 10px 10px;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user