abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.86k stars 3.43k forks source link

Fix sweetalert text to title issue #10404

Closed ebicoglu closed 2 years ago

ebicoglu commented 2 years ago

When we use a single string to show alert, it must be written to text field not to title field abp.message.error('Your credit card number is not valid!');

image image

ebicoglu commented 2 years ago

I see that it's better now ;)

image