aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-09-28 19:14:59 -0700
committerNiall Sheridan <nsheridan@gmail.com>2016-09-28 19:14:59 -0700
commitb257538b93c01e570f71b124acc6e92253a9bce5 (patch)
treedd0eb3c7afce52f8364f40af4f9b09f4454c5d84 /server
parent0ed23b71115ad2213bf7ea545f9f765052008872 (diff)
Submit => Revoke
Diffstat (limited to 'server')
-rw-r--r--server/templates/certs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/templates/certs.go b/server/templates/certs.go
index 0aa2b7c..13766c5 100644
--- a/server/templates/certs.go
+++ b/server/templates/certs.go
@@ -47,7 +47,7 @@ const Certs = `
</tbody>
</table>
</form>
- <button class="button-primary" type="submit" form="form_revoke" value="Submit">Submit</button>
+ <button class="button-primary" type="submit" form="form_revoke" value="Revoke">Revoke</button>
</div>
</div>
</body>