Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
fix modal submit name
Browse files Browse the repository at this point in the history
  • Loading branch information
herpaderpaldent committed Jan 17, 2019
1 parent 4c8d22c commit 3f54a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/seatnotifications.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* Time: 10:24.
*/
return [
'version' => '1.0.10',
'version' => '1.0.11',
];
2 changes: 1 addition & 1 deletion src/resources/views/refresh_token/channel.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class="btn btn-app">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default pull-left" data-dismiss="modal">Close</button>
<button type="submit" form="subscribeToRefreshTokenDeletionDiscordDiscord" class="btn btn-primary">Save
<button type="submit" form="subscribeToRefreshTokenDeletionDiscord" class="btn btn-primary">Save
changes
</button>
</div>
Expand Down

0 comments on commit 3f54a49

Please sign in to comment.