Update edit.rs.html string (#389)

This commit is contained in:
Marek Ľach
2018-12-26 12:05:06 +00:00
committed by Baptiste Gelez
parent ccba485215
commit e2d5a5057c
+1 -1
View File
@@ -27,7 +27,7 @@
<input type="submit" class="inline-block button destructive" value="@i18n!(ctx.1, "Delete your account")">
</form>
} else {
<p>@i18n!(ctx.1, "Sorry, but as an admin, you can't leave your instance.")</p>
<p>@i18n!(ctx.1, "Sorry, but as an admin, you can't leave your own instance.")</p>
}
}
})