aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/button/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/button/index.tsx')
-rw-r--r--src/components/ui/button/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/button/index.tsx b/src/components/ui/button/index.tsx
index d91b1ee19..b18f44909 100644
--- a/src/components/ui/button/index.tsx
+++ b/src/components/ui/button/index.tsx
@@ -198,7 +198,7 @@ class ButtonComponent extends Component<IProps> {
198 if (loaded) { 198 if (loaded) {
199 showLoader = !loaded; 199 showLoader = !loaded;
200 console.warn( 200 console.warn(
201 'Ferdi Button prop `loaded` will be deprecated in the future. Please use `busy` instead', 201 'Ferdium Button prop `loaded` will be deprecated in the future. Please use `busy` instead',
202 ); 202 );
203 } 203 }
204 if (busy) { 204 if (busy) {