mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Correct translation key for api key revoke button
This commit is contained in:
parent
b151963f18
commit
f611aa6ada
@ -52,7 +52,7 @@
|
|||||||
{{d-button
|
{{d-button
|
||||||
action=(action "undoRevokeKey")
|
action=(action "undoRevokeKey")
|
||||||
actionParam=k icon="undo"
|
actionParam=k icon="undo"
|
||||||
title="admin.api.undo-revoke"}}
|
title="admin.api.undo_revoke"}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{d-button
|
{{d-button
|
||||||
class="btn-danger"
|
class="btn-danger"
|
||||||
|
Loading…
Reference in New Issue
Block a user