Sign in
gerrit
/
gerrit
/
3c3703b0b7042ebb4f48a73bf48648358ef7cf07
/
.
/
polygerrit-ui
/
app
/
constants
/
messages.ts
blob: dca1e6108ffcdb10cd325e1339bfca59c7e1d4c6 [
file
] [
log
] [
blame
]
/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/** Message shown when no threads in gr-thread-list for robot comments */
export
const
NO_ROBOT_COMMENTS_THREADS_MSG
=
'There are no findings for this patchset.'
;