diff options
author | Niall Sheridan <nsheridan@gmail.com> | 2016-09-28 19:14:59 -0700 |
---|---|---|
committer | Niall Sheridan <nsheridan@gmail.com> | 2016-09-28 19:14:59 -0700 |
commit | b257538b93c01e570f71b124acc6e92253a9bce5 (patch) | |
tree | dd0eb3c7afce52f8364f40af4f9b09f4454c5d84 | |
parent | 0ed23b71115ad2213bf7ea545f9f765052008872 (diff) |
Submit => Revoke
-rw-r--r-- | server/templates/certs.go | 2 |
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> |