mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
use lowercase push
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
<Empty
|
||||
type="secondary"
|
||||
title={`You have no topics${
|
||||
emptyTopicsExists ? ` with ${providerType.toUpperCase()} targets` : ''
|
||||
emptyTopicsExists ? ` with ${providerType.toLowerCase()} targets` : ''
|
||||
}`}
|
||||
description={`Create a topic to see them here.`}>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user