Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo Recognised to Recognized for PR#542. #543

Closed
wants to merge 1 commit into from

Conversation

vloschiavo
Copy link

Replaced "Recognised" with "Recognized"

./Damselfly.Core/Services/StatisticsService.cs:            ObjectsRecognised = await db.ImageObjects.CountAsync(),
./Damselfly.Core.DbModels/Models/API Models/Statistics.cs:    public int ObjectsRecognised { get; set; }
./Damselfly.Web.Client/Shared/Stats.razor:                <td>Recognised Objects:</td><td>@statistics.ObjectsRecognised</td>
./Damselfly.Core/Services/StatisticsService.cs:            ObjectsRecognized = await db.ImageObjects.CountAsync(),
./Damselfly.Core.DbModels/Models/API Models/Statistics.cs:    public int ObjectsRecognized { get; set; }
./Damselfly.Web.Client/Shared/Stats.razor:                <td>Recognized Objects:</td><td>@statistics.ObjectsRecognized</td>

@Webreaper
Copy link
Owner

Erm, no. Take your wrong US spelling elsewhere please......

@Webreaper Webreaper closed this Nov 15, 2024
Repository owner locked and limited conversation to collaborators Nov 15, 2024
@vloschiavo vloschiavo deleted the ui-typo branch November 15, 2024 18:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants