Fix typo Costum:Custom
Signed-off-by: Eduardo Reyes <tred27@gmail.com>
Former-commit-id: 04ce18560cd08deb501b00264d6a0a63167d2baf [formerly da705c2815f75a135d4aa0f89bad00529589a73f] [formerly e121f175c5440e06a9b011a08dfd233b839e704c [formerly 76fff5474c
]]
Former-commit-id: 51dacad018827311def6d554eb21acf6c9151495 [formerly 7eea9369cbc8df56b5888f42ac90b557d93df06c]
Former-commit-id: 8a8de59b1841e32be4e8deb4dd718291768e5750
pull/726/head
parent
90c662352f
commit
72e3943fa9
|
@ -14,7 +14,7 @@
|
|||
</form>
|
||||
|
||||
<form @submit="updateCSS">
|
||||
<h2>Costum Stylesheet</h2>
|
||||
<h2>Custom Stylesheet</h2>
|
||||
<textarea v-model="css" name="css"></textarea>
|
||||
<p><input type="submit" value="Update"></p>
|
||||
</form>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
<textarea v-model.trim="rules"></textarea>
|
||||
|
||||
<h2>Costum Stylesheet</h2>
|
||||
<h2>Custom Stylesheet</h2>
|
||||
|
||||
<textarea name="css"></textarea>
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@ type User struct {
|
|||
// Rules is an array of access and deny rules.
|
||||
Rules []*Rule `json:"rules"`
|
||||
|
||||
// Costum styles for this user.
|
||||
// Custom styles for this user.
|
||||
CSS string `json:"css"`
|
||||
|
||||
// These indicate if the user can perform certain actions.
|
||||
|
|
Loading…
Reference in New Issue